Html Css Color HEX #CCA18E Rose

📋 copy color: '#CCA18E'

red 204 ◦ green 161 ◦ blue 142

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

Shades of Rose #CCA18E

Tints of Rose #CCA18E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.76%

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 40.24%
G = 31.76%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCA18E (or 0xCCA18E) is known color: Rose. HEX triplet: CC, A1 and 8E. RGB value is (204,161,142). Sum of RGB (Red+Green+Blue) = 204+161+142=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA18E is #335E71. Grayscale: #ABABAB. Windows color (decimal): -3366514 or 9347532. OLE color: 9347532.

HSL color Cylindrical-coordinate representation of color #CCA18E: hue angle of 18.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA18E is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 142 -
CMYK 0 0.21 0.30 0.2
HSL 18.39º 0.38% 0.68% -
HSV(B) 18.39º 0.3% 0.8% -
XYZ 42.53 40.28 31.12 -
YUV 171.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 204 161 142 0 0.21 0.30 0.2 18.39 0.38 0.68
Hex CC A1 8E 0 15 1E 14 12 26 44
Octal 314 241 216 0 25 36 24 22 46 104
Binary 11001100 10100001 10001110 0 10101 11110 10100 10010 100110 1000100

Color Harmonies of #CCA18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA18E

Black with #CCA18E

Text Example


Text Example

White with #CCA18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA18E; }

 p { color: rgb(204,161,142); }

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

background-color css

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

 a { background-color: rgb(204,161,142); }

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

border-color css

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

 span { border-color: rgb(204,161,142); }

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