Html Css Color HEX #CCA586 Cameo

📋 copy color: '#CCA586'

red 204 ◦ green 165 ◦ blue 134

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

Shades of Cameo #CCA586

Tints of Cameo #CCA586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.8%

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

R = 40.56%
G = 32.8%
B = 26.64%

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

#CCA586 (or 0xCCA586) is known color: Cameo. HEX triplet: CC, A5 and 86. RGB value is (204,165,134). Sum of RGB (Red+Green+Blue) = 204+165+134=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA586 is #335A79. Grayscale: #ADADAD. Windows color (decimal): -3365498 or 8824268. OLE color: 8824268.

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

Color convert

RGB 204 165 134 -
CMYK 0 0.19 0.34 0.2
HSL 26.57º 0.41% 0.66% -
HSV(B) 26.57º 0.34% 0.8% -
XYZ 42.66 41.47 28.31 -
YUV 173.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 204 165 134 0 0.19 0.34 0.2 26.57 0.41 0.66
Hex CC A5 86 0 13 22 14 1B 29 42
Octal 314 245 206 0 23 42 24 33 51 102
Binary 11001100 10100101 10000110 0 10011 100010 10100 11011 101001 1000010

Color Harmonies of #CCA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA586

Black with #CCA586

Text Example


Text Example

White with #CCA586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA586; }

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

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

background-color css

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

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

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

border-color css

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

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

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