Html Css Color HEX #C18272 Brandy Rose

📋 copy color: '#C18272'

red 193 ◦ green 130 ◦ blue 114

#C18272
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #C18272

Tints of Brandy Rose #C18272

RGB

 RED value IS 193 (75.78% from 255) = 44.16%

 GREEN value IS 130 (51.17% from 255) = 29.75%

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 44.16%
G = 29.75%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C18272 (or 0xC18272) is known color: Brandy Rose. HEX triplet: C1, 82 and 72. RGB value is (193,130,114). Sum of RGB (Red+Green+Blue) = 193+130+114=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C18272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18272 is #3E7D8D. Grayscale: #939393. Windows color (decimal): -4095374 or 7504577. OLE color: 7504577.

HSL color Cylindrical-coordinate representation of color #C18272: hue angle of 12.15º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18272 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 130 114 -
CMYK 0 0.33 0.41 0.24
HSL 12.15º 0.39% 0.6% -
HSV(B) 12.15º 0.41% 0.76% -
XYZ 33.01 28.52 19.68 -
YUV 147.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 193 130 114 0 0.33 0.41 0.24 12.15 0.39 0.6
Hex C1 82 72 0 21 29 18 C 27 3C
Octal 301 202 162 0 41 51 30 14 47 74
Binary 11000001 10000010 1110010 0 100001 101001 11000 1100 100111 111100

Color Harmonies of #C18272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18272

Black with #C18272

Text Example


Text Example

White with #C18272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18272; }

 p { color: rgb(193,130,114); }

 H1.HeaderClassName
 {
   color: #C18272;
 }
 .AnyTagClassName
 {
   color: #C18272;
 }
</style>

background-color css

<style>
 a { background-color: #C18272; }

 a { background-color: rgb(193,130,114); }

 div.DivClassName
 {
   background-color: #C18272;
 }
 .BgClassName
 {
   background-color: #C18272;
 }
</style>

border-color css

<style>
 span { border-color: #C18272; }

 span { border-color: rgb(193,130,114); }

 td.TdClassName
 {
   border-color: #C18272;
 }
 .TagClassName
 {
   border-color: #C18272;
 }
</style>