Html Css Color HEX #CCA682 Cameo

📋 copy color: '#CCA682'

red 204 ◦ green 166 ◦ blue 130

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

Shades of Cameo #CCA682

Tints of Cameo #CCA682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26%

R = 40.8%
G = 33.2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCA682 (or 0xCCA682) is known color: Cameo. HEX triplet: CC, A6 and 82. RGB value is (204,166,130). Sum of RGB (Red+Green+Blue) = 204+166+130=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA682 is #33597D. Grayscale: #ADADAD. Windows color (decimal): -3365246 or 8562380. OLE color: 8562380.

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

Color convert

RGB 204 166 130 -
CMYK 0 0.19 0.36 0.2
HSL 29.19º 0.42% 0.65% -
HSV(B) 29.19º 0.36% 0.8% -
XYZ 42.57 41.72 26.93 -
YUV 173.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 204 166 130 0 0.19 0.36 0.2 29.19 0.42 0.65
Hex CC A6 82 0 13 24 14 1D 2A 41
Octal 314 246 202 0 23 44 24 35 52 101
Binary 11001100 10100110 10000010 0 10011 100100 10100 11101 101010 1000001

Color Harmonies of #CCA682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA682

Black with #CCA682

Text Example


Text Example

White with #CCA682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA682; }

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

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

background-color css

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

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

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

border-color css

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

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

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