Html Css Color HEX #CCA685 Cameo

📋 copy color: '#CCA685'

red 204 ◦ green 166 ◦ blue 133

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

Shades of Cameo #CCA685

Tints of Cameo #CCA685

RGB

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

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

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

R = 40.56%
G = 33%
B = 26.44%

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

#CCA685 (or 0xCCA685) is known color: Cameo. HEX triplet: CC, A6 and 85. RGB value is (204,166,133). Sum of RGB (Red+Green+Blue) = 204+166+133=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA685 is #33597A. Grayscale: #ADADAD. Windows color (decimal): -3365243 or 8758988. OLE color: 8758988.

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

Color convert

RGB 204 166 133 -
CMYK 0 0.19 0.35 0.2
HSL 27.89º 0.41% 0.66% -
HSV(B) 27.89º 0.35% 0.8% -
XYZ 42.77 41.8 28 -
YUV 173.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 204 166 133 0 0.19 0.35 0.2 27.89 0.41 0.66
Hex CC A6 85 0 13 23 14 1C 29 42
Octal 314 246 205 0 23 43 24 34 51 102
Binary 11001100 10100110 10000101 0 10011 100011 10100 11100 101001 1000010

Color Harmonies of #CCA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA685

Black with #CCA685

Text Example


Text Example

White with #CCA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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