Html Css Color HEX #CCA585 Cameo

📋 copy color: '#CCA585'

red 204 ◦ green 165 ◦ blue 133

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

Shades of Cameo #CCA585

Tints of Cameo #CCA585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.49%

R = 40.64%
G = 32.87%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCA585 (or 0xCCA585) is known color: Cameo. HEX triplet: CC, A5 and 85. RGB value is (204,165,133). Sum of RGB (Red+Green+Blue) = 204+165+133=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA585 is #335A7A. Grayscale: #ADADAD. Windows color (decimal): -3365499 or 8758732. OLE color: 8758732.

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

Color convert

RGB 204 165 133 -
CMYK 0 0.19 0.35 0.2
HSL 27.04º 0.41% 0.66% -
HSV(B) 27.04º 0.35% 0.8% -
XYZ 42.59 41.44 27.94 -
YUV 173.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 204 165 133 0 0.19 0.35 0.2 27.04 0.41 0.66
Hex CC A5 85 0 13 23 14 1B 29 42
Octal 314 245 205 0 23 43 24 33 51 102
Binary 11001100 10100101 10000101 0 10011 100011 10100 11011 101001 1000010

Color Harmonies of #CCA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA585

Black with #CCA585

Text Example


Text Example

White with #CCA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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