Html Css Color HEX #CCA27C Cameo

📋 copy color: '#CCA27C'

red 204 ◦ green 162 ◦ blue 124

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

Shades of Cameo #CCA27C

Tints of Cameo #CCA27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 41.63%
G = 33.06%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCA27C (or 0xCCA27C) is known color: Cameo. HEX triplet: CC, A2 and 7C. RGB value is (204,162,124). Sum of RGB (Red+Green+Blue) = 204+162+124=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA27C is #335D83. Grayscale: #AAAAAA. Windows color (decimal): -3366276 or 8168140. OLE color: 8168140.

HSL color Cylindrical-coordinate representation of color #CCA27C: hue angle of 28.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCA27C is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 124 -
CMYK 0 0.21 0.39 0.2
HSL 28.5º 0.44% 0.64% -
HSV(B) 28.5º 0.39% 0.8% -
XYZ 41.46 40.13 24.63 -
YUV 170.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 204 162 124 0 0.21 0.39 0.2 28.5 0.44 0.64
Hex CC A2 7C 0 15 27 14 1C 2C 40
Octal 314 242 174 0 25 47 24 34 54 100
Binary 11001100 10100010 1111100 0 10101 100111 10100 11100 101100 1000000

Color Harmonies of #CCA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA27C

Black with #CCA27C

Text Example


Text Example

White with #CCA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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