Html Css Color HEX #CCA582 Cameo

📋 copy color: '#CCA582'

red 204 ◦ green 165 ◦ blue 130

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

Shades of Cameo #CCA582

Tints of Cameo #CCA582

RGB

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

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

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

R = 40.88%
G = 33.07%
B = 26.05%

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

#CCA582 (or 0xCCA582) is known color: Cameo. HEX triplet: CC, A5 and 82. RGB value is (204,165,130). Sum of RGB (Red+Green+Blue) = 204+165+130=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA582 is #335A7D. Grayscale: #ACACAC. Windows color (decimal): -3365502 or 8562124. OLE color: 8562124.

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

Color convert

RGB 204 165 130 -
CMYK 0 0.19 0.36 0.2
HSL 28.38º 0.42% 0.65% -
HSV(B) 28.38º 0.36% 0.8% -
XYZ 42.39 41.36 26.87 -
YUV 172.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 204 165 130 0 0.19 0.36 0.2 28.38 0.42 0.65
Hex CC A5 82 0 13 24 14 1C 2A 41
Octal 314 245 202 0 23 44 24 34 52 101
Binary 11001100 10100101 10000010 0 10011 100100 10100 11100 101010 1000001

Color Harmonies of #CCA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA582

Black with #CCA582

Text Example


Text Example

White with #CCA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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