Html Css Color HEX #C08878 Brandy Rose

📋 copy color: '#C08878'

red 192 ◦ green 136 ◦ blue 120

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

Shades of Brandy Rose #C08878

Tints of Brandy Rose #C08878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.79%

R = 42.86%
G = 30.36%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C08878 (or 0xC08878) is known color: Brandy Rose. HEX triplet: C0, 88 and 78. RGB value is (192,136,120). Sum of RGB (Red+Green+Blue) = 192+136+120=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08878 is #3F7787. Grayscale: #979797. Windows color (decimal): -4159368 or 7899328. OLE color: 7899328.

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

Color convert

RGB 192 136 120 -
CMYK 0 0.29 0.38 0.25
HSL 13.33º 0.36% 0.61% -
HSV(B) 13.33º 0.38% 0.75% -
XYZ 33.93 30.17 21.8 -
YUV 150.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 192 136 120 0 0.29 0.38 0.25 13.33 0.36 0.61
Hex C0 88 78 0 1D 26 19 D 24 3D
Octal 300 210 170 0 35 46 31 15 44 75
Binary 11000000 10001000 1111000 0 11101 100110 11001 1101 100100 111101

Color Harmonies of #C08878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08878

Black with #C08878

Text Example


Text Example

White with #C08878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08878; }

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

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

background-color css

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

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

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

border-color css

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

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

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