Html Css Color HEX #CAA582 Cameo

📋 copy color: '#CAA582'

red 202 ◦ green 165 ◦ blue 130

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

Shades of Cameo #CAA582

Tints of Cameo #CAA582

RGB

 RED value IS 202 (79.3% from 255) = 40.64%

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

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

R = 40.64%
G = 33.2%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAA582 (or 0xCAA582) is known color: Cameo. HEX triplet: CA, A5 and 82. RGB value is (202,165,130). Sum of RGB (Red+Green+Blue) = 202+165+130=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA582 is #355A7D. Grayscale: #ACACAC. Windows color (decimal): -3496574 or 8562122. OLE color: 8562122.

HSL color Cylindrical-coordinate representation of color #CAA582: hue angle of 29.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA582 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 130 -
CMYK 0 0.18 0.36 0.21
HSL 29.17º 0.4% 0.65% -
HSV(B) 29.17º 0.36% 0.79% -
XYZ 41.84 41.08 26.84 -
YUV 172.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 202 165 130 0 0.18 0.36 0.21 29.17 0.4 0.65
Hex CA A5 82 0 12 24 15 1D 28 41
Octal 312 245 202 0 22 44 25 35 50 101
Binary 11001010 10100101 10000010 0 10010 100100 10101 11101 101000 1000001

Color Harmonies of #CAA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA582

Black with #CAA582

Text Example


Text Example

White with #CAA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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