Html Css Color HEX #C08874 Brandy Rose

📋 copy color: '#C08874'

red 192 ◦ green 136 ◦ blue 116

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

Shades of Brandy Rose #C08874

Tints of Brandy Rose #C08874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 43.24%
G = 30.63%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08874 (or 0xC08874) is known color: Brandy Rose. HEX triplet: C0, 88 and 74. RGB value is (192,136,116). Sum of RGB (Red+Green+Blue) = 192+136+116=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08874 is #3F778B. Grayscale: #969696. Windows color (decimal): -4159372 or 7637184. OLE color: 7637184.

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

Color convert

RGB 192 136 116 -
CMYK 0 0.29 0.40 0.25
HSL 15.79º 0.38% 0.6% -
HSV(B) 15.79º 0.4% 0.75% -
XYZ 33.69 30.08 20.55 -
YUV 150.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 192 136 116 0 0.29 0.40 0.25 15.79 0.38 0.6
Hex C0 88 74 0 1D 28 19 10 26 3C
Octal 300 210 164 0 35 50 31 20 46 74
Binary 11000000 10001000 1110100 0 11101 101000 11001 10000 100110 111100

Color Harmonies of #C08874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08874

Black with #C08874

Text Example


Text Example

White with #C08874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08874; }

 p { color: rgb(192,136,116); }

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

background-color css

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

 a { background-color: rgb(192,136,116); }

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

border-color css

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

 span { border-color: rgb(192,136,116); }

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