Html Css Color HEX #C08471 Brandy Rose

📋 copy color: '#C08471'

red 192 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #C08471

Tints of Brandy Rose #C08471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 43.94%
G = 30.21%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08471 (or 0xC08471) is known color: Brandy Rose. HEX triplet: C0, 84 and 71. RGB value is (192,132,113). Sum of RGB (Red+Green+Blue) = 192+132+113=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C08471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08471 is #3F7B8E. Grayscale: #939393. Windows color (decimal): -4160399 or 7439552. OLE color: 7439552.

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

Color convert

RGB 192 132 113 -
CMYK 0 0.31 0.41 0.25
HSL 14.43º 0.39% 0.6% -
HSV(B) 14.43º 0.41% 0.75% -
XYZ 32.97 28.9 19.46 -
YUV 147.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 192 132 113 0 0.31 0.41 0.25 14.43 0.39 0.6
Hex C0 84 71 0 1F 29 19 E 27 3C
Octal 300 204 161 0 37 51 31 16 47 74
Binary 11000000 10000100 1110001 0 11111 101001 11001 1110 100111 111100

Color Harmonies of #C08471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08471

Black with #C08471

Text Example


Text Example

White with #C08471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08471; }

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

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

background-color css

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

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

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

border-color css

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

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

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