Html Css Color HEX #CCA882 Cameo

📋 copy color: '#CCA882'

red 204 ◦ green 168 ◦ blue 130

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

Shades of Cameo #CCA882

Tints of Cameo #CCA882

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.47%

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

R = 40.64%
G = 33.47%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCA882 (or 0xCCA882) is known color: Cameo. HEX triplet: CC, A8 and 82. RGB value is (204,168,130). Sum of RGB (Red+Green+Blue) = 204+168+130=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA882 is #33577D. Grayscale: #AEAEAE. Windows color (decimal): -3364734 or 8562892. OLE color: 8562892.

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

Color convert

RGB 204 168 130 -
CMYK 0 0.18 0.36 0.2
HSL 30.81º 0.42% 0.65% -
HSV(B) 30.81º 0.36% 0.8% -
XYZ 42.93 42.45 27.05 -
YUV 174.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 204 168 130 0 0.18 0.36 0.2 30.81 0.42 0.65
Hex CC A8 82 0 12 24 14 1F 2A 41
Octal 314 250 202 0 22 44 24 37 52 101
Binary 11001100 10101000 10000010 0 10010 100100 10100 11111 101010 1000001

Color Harmonies of #CCA882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA882

Black with #CCA882

Text Example


Text Example

White with #CCA882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA882; }

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

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

background-color css

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

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

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

border-color css

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

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

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