Html Css Color HEX #C08470 Brandy Rose

📋 copy color: '#C08470'

red 192 ◦ green 132 ◦ blue 112

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

Shades of Brandy Rose #C08470

Tints of Brandy Rose #C08470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 44.04%
G = 30.28%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C08470 (or 0xC08470) is known color: Brandy Rose. HEX triplet: C0, 84 and 70. RGB value is (192,132,112). Sum of RGB (Red+Green+Blue) = 192+132+112=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C08470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08470 is #3F7B8F. Grayscale: #939393. Windows color (decimal): -4160400 or 7374016. OLE color: 7374016.

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

Color convert

RGB 192 132 112 -
CMYK 0 0.31 0.42 0.25
HSL 15º 0.39% 0.6% -
HSV(B) 15º 0.42% 0.75% -
XYZ 32.91 28.88 19.17 -
YUV 147.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 192 132 112 0 0.31 0.42 0.25 15 0.39 0.6
Hex C0 84 70 0 1F 2A 19 F 27 3C
Octal 300 204 160 0 37 52 31 17 47 74
Binary 11000000 10000100 1110000 0 11111 101010 11001 1111 100111 111100

Color Harmonies of #C08470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08470

Black with #C08470

Text Example


Text Example

White with #C08470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08470; }

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

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

background-color css

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

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

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

border-color css

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

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

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