Html Css Color HEX #CCA687 Cameo

📋 copy color: '#CCA687'

red 204 ◦ green 166 ◦ blue 135

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

Shades of Cameo #CCA687

Tints of Cameo #CCA687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.73%

R = 40.4%
G = 32.87%
B = 26.73%

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

#CCA687 (or 0xCCA687) is known color: Cameo. HEX triplet: CC, A6 and 87. RGB value is (204,166,135). Sum of RGB (Red+Green+Blue) = 204+166+135=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA687 is #335978. Grayscale: #ADADAD. Windows color (decimal): -3365241 or 8890060. OLE color: 8890060.

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

Color convert

RGB 204 166 135 -
CMYK 0 0.19 0.34 0.2
HSL 26.96º 0.4% 0.66% -
HSV(B) 26.96º 0.34% 0.8% -
XYZ 42.91 41.86 28.74 -
YUV 173.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 204 166 135 0 0.19 0.34 0.2 26.96 0.4 0.66
Hex CC A6 87 0 13 22 14 1B 28 42
Octal 314 246 207 0 23 42 24 33 50 102
Binary 11001100 10100110 10000111 0 10011 100010 10100 11011 101000 1000010

Color Harmonies of #CCA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA687

Black with #CCA687

Text Example


Text Example

White with #CCA687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA687; }

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

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

background-color css

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

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

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

border-color css

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

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

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