Html Css Color HEX #CCA385 Cameo

📋 copy color: '#CCA385'

red 204 ◦ green 163 ◦ blue 133

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

Shades of Cameo #CCA385

Tints of Cameo #CCA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.6%

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

R = 40.8%
G = 32.6%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCA385 (or 0xCCA385) is known color: Cameo. HEX triplet: CC, A3 and 85. RGB value is (204,163,133). Sum of RGB (Red+Green+Blue) = 204+163+133=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA385 is #335C7A. Grayscale: #ACACAC. Windows color (decimal): -3366011 or 8758220. OLE color: 8758220.

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

Color convert

RGB 204 163 133 -
CMYK 0 0.20 0.35 0.2
HSL 25.35º 0.41% 0.66% -
HSV(B) 25.35º 0.35% 0.8% -
XYZ 42.23 40.73 27.83 -
YUV 171.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 204 163 133 0 0.20 0.35 0.2 25.35 0.41 0.66
Hex CC A3 85 0 14 23 14 19 29 42
Octal 314 243 205 0 24 43 24 31 51 102
Binary 11001100 10100011 10000101 0 10100 100011 10100 11001 101001 1000010

Color Harmonies of #CCA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA385

Black with #CCA385

Text Example


Text Example

White with #CCA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA385; }

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

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

background-color css

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

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

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

border-color css

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

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

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