Html Css Color HEX #CAA382 Cameo

📋 copy color: '#CAA382'

red 202 ◦ green 163 ◦ blue 130

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

Shades of Cameo #CAA382

Tints of Cameo #CAA382

RGB

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

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

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

R = 40.81%
G = 32.93%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAA382 (or 0xCAA382) is known color: Cameo. HEX triplet: CA, A3 and 82. RGB value is (202,163,130). Sum of RGB (Red+Green+Blue) = 202+163+130=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA382 is #355C7D. Grayscale: #ABABAB. Windows color (decimal): -3497086 or 8561610. OLE color: 8561610.

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

Color convert

RGB 202 163 130 -
CMYK 0 0.19 0.36 0.21
HSL 27.5º 0.4% 0.65% -
HSV(B) 27.5º 0.36% 0.79% -
XYZ 41.48 40.36 26.72 -
YUV 170.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 202 163 130 0 0.19 0.36 0.21 27.5 0.4 0.65
Hex CA A3 82 0 13 24 15 1C 28 41
Octal 312 243 202 0 23 44 25 34 50 101
Binary 11001010 10100011 10000010 0 10011 100100 10101 11100 101000 1000001

Color Harmonies of #CAA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA382

Black with #CAA382

Text Example


Text Example

White with #CAA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA382; }

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

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

background-color css

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

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

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

border-color css

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

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

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