Html Css Color HEX #C08172 Brandy Rose

📋 copy color: '#C08172'

red 192 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #C08172

Tints of Brandy Rose #C08172

RGB

 RED value IS 192 (75.39% from 255) = 44.14%

 GREEN value IS 129 (50.78% from 255) = 29.66%

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

R = 44.14%
G = 29.66%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08172 (or 0xC08172) is known color: Brandy Rose. HEX triplet: C0, 81 and 72. RGB value is (192,129,114). Sum of RGB (Red+Green+Blue) = 192+129+114=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C08172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08172 is #3F7E8D. Grayscale: #929292. Windows color (decimal): -4161166 or 7504320. OLE color: 7504320.

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

Color convert

RGB 192 129 114 -
CMYK 0 0.33 0.41 0.25
HSL 11.54º 0.38% 0.6% -
HSV(B) 11.54º 0.41% 0.75% -
XYZ 32.63 28.12 19.63 -
YUV 146.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 192 129 114 0 0.33 0.41 0.25 11.54 0.38 0.6
Hex C0 81 72 0 21 29 19 C 26 3C
Octal 300 201 162 0 41 51 31 14 46 74
Binary 11000000 10000001 1110010 0 100001 101001 11001 1100 100110 111100

Color Harmonies of #C08172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08172

Black with #C08172

Text Example


Text Example

White with #C08172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08172; }

 p { color: rgb(192,129,114); }

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

background-color css

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

 a { background-color: rgb(192,129,114); }

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

border-color css

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

 span { border-color: rgb(192,129,114); }

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