Html Css Color HEX #CCA786 Cameo

📋 copy color: '#CCA786'

red 204 ◦ green 167 ◦ blue 134

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

Shades of Cameo #CCA786

Tints of Cameo #CCA786

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.07%

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

R = 40.4%
G = 33.07%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCA786 (or 0xCCA786) is known color: Cameo. HEX triplet: CC, A7 and 86. RGB value is (204,167,134). Sum of RGB (Red+Green+Blue) = 204+167+134=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA786 is #335879. Grayscale: #AEAEAE. Windows color (decimal): -3364986 or 8824780. OLE color: 8824780.

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

Color convert

RGB 204 167 134 -
CMYK 0 0.18 0.34 0.2
HSL 28.29º 0.41% 0.66% -
HSV(B) 28.29º 0.34% 0.8% -
XYZ 43.02 42.2 28.43 -
YUV 174.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 204 167 134 0 0.18 0.34 0.2 28.29 0.41 0.66
Hex CC A7 86 0 12 22 14 1C 29 42
Octal 314 247 206 0 22 42 24 34 51 102
Binary 11001100 10100111 10000110 0 10010 100010 10100 11100 101001 1000010

Color Harmonies of #CCA786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA786

Black with #CCA786

Text Example


Text Example

White with #CCA786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA786; }

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

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

background-color css

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

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

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

border-color css

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

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

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