Html Css Color HEX #CCA096 Rose

📋 copy color: '#CCA096'

red 204 ◦ green 160 ◦ blue 150

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

Shades of Rose #CCA096

Tints of Rose #CCA096

RGB

 RED value IS 204 (80.08% from 255) = 39.69%

 GREEN value IS 160 (62.89% from 255) = 31.13%

 BLUE value IS 150 (58.98% from 255) = 29.18%

R = 39.69%
G = 31.13%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCA096 (or 0xCCA096) is known color: Rose. HEX triplet: CC, A0 and 96. RGB value is (204,160,150). Sum of RGB (Red+Green+Blue) = 204+160+150=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA096 is #335F69. Grayscale: #ACACAC. Windows color (decimal): -3366762 or 9871564. OLE color: 9871564.

HSL color Cylindrical-coordinate representation of color #CCA096: hue angle of 11.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA096 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 150 -
CMYK 0 0.22 0.26 0.2
HSL 11.11º 0.35% 0.69% -
HSV(B) 11.11º 0.26% 0.8% -
XYZ 42.98 40.18 34.34 -
YUV 172.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 204 160 150 0 0.22 0.26 0.2 11.11 0.35 0.69
Hex CC A0 96 0 16 1A 14 B 23 45
Octal 314 240 226 0 26 32 24 13 43 105
Binary 11001100 10100000 10010110 0 10110 11010 10100 1011 100011 1000101

Color Harmonies of #CCA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA096

Black with #CCA096

Text Example


Text Example

White with #CCA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA096; }

 p { color: rgb(204,160,150); }

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

background-color css

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

 a { background-color: rgb(204,160,150); }

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

border-color css

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

 span { border-color: rgb(204,160,150); }

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