Html Css Color HEX #CCA482 Cameo

📋 copy color: '#CCA482'

red 204 ◦ green 164 ◦ blue 130

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

Shades of Cameo #CCA482

Tints of Cameo #CCA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.93%

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

R = 40.96%
G = 32.93%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCA482 (or 0xCCA482) is known color: Cameo. HEX triplet: CC, A4 and 82. RGB value is (204,164,130). Sum of RGB (Red+Green+Blue) = 204+164+130=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA482 is #335B7D. Grayscale: #ACACAC. Windows color (decimal): -3365758 or 8561868. OLE color: 8561868.

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

Color convert

RGB 204 164 130 -
CMYK 0 0.20 0.36 0.2
HSL 27.57º 0.42% 0.65% -
HSV(B) 27.57º 0.36% 0.8% -
XYZ 42.21 41 26.81 -
YUV 172.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 204 164 130 0 0.20 0.36 0.2 27.57 0.42 0.65
Hex CC A4 82 0 14 24 14 1C 2A 41
Octal 314 244 202 0 24 44 24 34 52 101
Binary 11001100 10100100 10000010 0 10100 100100 10100 11100 101010 1000001

Color Harmonies of #CCA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA482

Black with #CCA482

Text Example


Text Example

White with #CCA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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