Html Css Color HEX #C08772 Brandy Rose

📋 copy color: '#C08772'

red 192 ◦ green 135 ◦ blue 114

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

Shades of Brandy Rose #C08772

Tints of Brandy Rose #C08772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.61%

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

R = 43.54%
G = 30.61%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08772 (or 0xC08772) is known color: Brandy Rose. HEX triplet: C0, 87 and 72. RGB value is (192,135,114). Sum of RGB (Red+Green+Blue) = 192+135+114=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08772 is #3F788D. Grayscale: #959595. Windows color (decimal): -4159630 or 7505856. OLE color: 7505856.

HSL color Cylindrical-coordinate representation of color #C08772: hue angle of 16.15º 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 #C08772 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 114 -
CMYK 0 0.30 0.41 0.25
HSL 16.15º 0.38% 0.6% -
HSV(B) 16.15º 0.41% 0.75% -
XYZ 33.44 29.75 19.9 -
YUV 149.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 192 135 114 0 0.30 0.41 0.25 16.15 0.38 0.6
Hex C0 87 72 0 1E 29 19 10 26 3C
Octal 300 207 162 0 36 51 31 20 46 74
Binary 11000000 10000111 1110010 0 11110 101001 11001 10000 100110 111100

Color Harmonies of #C08772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08772

Black with #C08772

Text Example


Text Example

White with #C08772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08772; }

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

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

background-color css

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

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

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

border-color css

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

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

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