Html Css Color HEX #C08170 Brandy Rose

📋 copy color: '#C08170'

red 192 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #C08170

Tints of Brandy Rose #C08170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

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

R = 44.34%
G = 29.79%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C08170 (or 0xC08170) is known color: Brandy Rose. HEX triplet: C0, 81 and 70. RGB value is (192,129,112). Sum of RGB (Red+Green+Blue) = 192+129+112=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C08170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08170 is #3F7E8F. Grayscale: #929292. Windows color (decimal): -4161168 or 7373248. OLE color: 7373248.

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

Color convert

RGB 192 129 112 -
CMYK 0 0.33 0.42 0.25
HSL 12.75º 0.39% 0.6% -
HSV(B) 12.75º 0.42% 0.75% -
XYZ 32.51 28.08 19.03 -
YUV 145.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 192 129 112 0 0.33 0.42 0.25 12.75 0.39 0.6
Hex C0 81 70 0 21 2A 19 D 27 3C
Octal 300 201 160 0 41 52 31 15 47 74
Binary 11000000 10000001 1110000 0 100001 101010 11001 1101 100111 111100

Color Harmonies of #C08170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08170

Black with #C08170

Text Example


Text Example

White with #C08170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08170; }

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

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

background-color css

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

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

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

border-color css

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

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

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