Html Css Color HEX #CCA686 Cameo

📋 copy color: '#CCA686'

red 204 ◦ green 166 ◦ blue 134

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

Shades of Cameo #CCA686

Tints of Cameo #CCA686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

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

R = 40.48%
G = 32.94%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCA686 (or 0xCCA686) is known color: Cameo. HEX triplet: CC, A6 and 86. RGB value is (204,166,134). Sum of RGB (Red+Green+Blue) = 204+166+134=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA686 is #335979. Grayscale: #ADADAD. Windows color (decimal): -3365242 or 8824524. OLE color: 8824524.

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

Color convert

RGB 204 166 134 -
CMYK 0 0.19 0.34 0.2
HSL 27.43º 0.41% 0.66% -
HSV(B) 27.43º 0.34% 0.8% -
XYZ 42.84 41.83 28.37 -
YUV 173.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 204 166 134 0 0.19 0.34 0.2 27.43 0.41 0.66
Hex CC A6 86 0 13 22 14 1B 29 42
Octal 314 246 206 0 23 42 24 33 51 102
Binary 11001100 10100110 10000110 0 10011 100010 10100 11011 101001 1000010

Color Harmonies of #CCA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA686

Black with #CCA686

Text Example


Text Example

White with #CCA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA686; }

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

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

background-color css

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

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

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

border-color css

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

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

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