Html Css Color HEX #CCA286 Cameo

📋 copy color: '#CCA286'

red 204 ◦ green 162 ◦ blue 134

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

Shades of Cameo #CCA286

Tints of Cameo #CCA286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.8%

R = 40.8%
G = 32.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCA286 (or 0xCCA286) is known color: Cameo. HEX triplet: CC, A2 and 86. RGB value is (204,162,134). Sum of RGB (Red+Green+Blue) = 204+162+134=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA286 is #335D79. Grayscale: #ABABAB. Windows color (decimal): -3366266 or 8823500. OLE color: 8823500.

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

Color convert

RGB 204 162 134 -
CMYK 0 0.21 0.34 0.2
HSL 24º 0.41% 0.66% -
HSV(B) 24º 0.34% 0.8% -
XYZ 42.13 40.4 28.13 -
YUV 171.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 204 162 134 0 0.21 0.34 0.2 24 0.41 0.66
Hex CC A2 86 0 15 22 14 18 29 42
Octal 314 242 206 0 25 42 24 30 51 102
Binary 11001100 10100010 10000110 0 10101 100010 10100 11000 101001 1000010

Color Harmonies of #CCA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA286

Black with #CCA286

Text Example


Text Example

White with #CCA286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA286; }

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

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

background-color css

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

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

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

border-color css

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

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

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