Html Css Color HEX #CCA382 Cameo

📋 copy color: '#CCA382'

red 204 ◦ green 163 ◦ blue 130

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

Shades of Cameo #CCA382

Tints of Cameo #CCA382

RGB

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

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

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

R = 41.05%
G = 32.8%
B = 26.16%

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

#CCA382 (or 0xCCA382) is known color: Cameo. HEX triplet: CC, A3 and 82. RGB value is (204,163,130). Sum of RGB (Red+Green+Blue) = 204+163+130=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA382 is #335C7D. Grayscale: #ABABAB. Windows color (decimal): -3366014 or 8561612. OLE color: 8561612.

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

Color convert

RGB 204 163 130 -
CMYK 0 0.20 0.36 0.2
HSL 26.76º 0.42% 0.65% -
HSV(B) 26.76º 0.36% 0.8% -
XYZ 42.03 40.64 26.75 -
YUV 171.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 204 163 130 0 0.20 0.36 0.2 26.76 0.42 0.65
Hex CC A3 82 0 14 24 14 1B 2A 41
Octal 314 243 202 0 24 44 24 33 52 101
Binary 11001100 10100011 10000010 0 10100 100100 10100 11011 101010 1000001

Color Harmonies of #CCA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA382

Black with #CCA382

Text Example


Text Example

White with #CCA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA382; }

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

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

background-color css

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

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

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

border-color css

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

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

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