Html Css Color HEX #CCA296 Rose

📋 copy color: '#CCA296'

red 204 ◦ green 162 ◦ blue 150

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

Shades of Rose #CCA296

Tints of Rose #CCA296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.4%

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

R = 39.53%
G = 31.4%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCA296 (or 0xCCA296) is known color: Rose. HEX triplet: CC, A2 and 96. RGB value is (204,162,150). Sum of RGB (Red+Green+Blue) = 204+162+150=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA296 is #335D69. Grayscale: #ADADAD. Windows color (decimal): -3366250 or 9872076. OLE color: 9872076.

HSL color Cylindrical-coordinate representation of color #CCA296: hue angle of 13.33º 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 #CCA296 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 150 -
CMYK 0 0.21 0.26 0.2
HSL 13.33º 0.35% 0.69% -
HSV(B) 13.33º 0.26% 0.8% -
XYZ 43.33 40.88 34.46 -
YUV 173.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 204 162 150 0 0.21 0.26 0.2 13.33 0.35 0.69
Hex CC A2 96 0 15 1A 14 D 23 45
Octal 314 242 226 0 25 32 24 15 43 105
Binary 11001100 10100010 10010110 0 10101 11010 10100 1101 100011 1000101

Color Harmonies of #CCA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA296

Black with #CCA296

Text Example


Text Example

White with #CCA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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