Html Css Color HEX #C08476 Brandy Rose

📋 copy color: '#C08476'

red 192 ◦ green 132 ◦ blue 118

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

Shades of Brandy Rose #C08476

Tints of Brandy Rose #C08476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

 BLUE value IS 118 (46.48% from 255) = 26.7%

R = 43.44%
G = 29.86%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08476 (or 0xC08476) is known color: Brandy Rose. HEX triplet: C0, 84 and 76. RGB value is (192,132,118). Sum of RGB (Red+Green+Blue) = 192+132+118=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08476 is #3F7B89. Grayscale: #949494. Windows color (decimal): -4160394 or 7767232. OLE color: 7767232.

HSL color Cylindrical-coordinate representation of color #C08476: hue angle of 11.35º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08476 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 118 -
CMYK 0 0.31 0.39 0.25
HSL 11.35º 0.37% 0.61% -
HSV(B) 11.35º 0.39% 0.75% -
XYZ 33.26 29.02 20.99 -
YUV 148.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 192 132 118 0 0.31 0.39 0.25 11.35 0.37 0.61
Hex C0 84 76 0 1F 27 19 B 25 3D
Octal 300 204 166 0 37 47 31 13 45 75
Binary 11000000 10000100 1110110 0 11111 100111 11001 1011 100101 111101

Color Harmonies of #C08476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08476

Black with #C08476

Text Example


Text Example

White with #C08476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08476; }

 p { color: rgb(192,132,118); }

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

background-color css

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

 a { background-color: rgb(192,132,118); }

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

border-color css

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

 span { border-color: rgb(192,132,118); }

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