Html Css Color HEX #CAA580 Cameo

📋 copy color: '#CAA580'

red 202 ◦ green 165 ◦ blue 128

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

Shades of Cameo #CAA580

Tints of Cameo #CAA580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 40.81%
G = 33.33%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CAA580 (or 0xCAA580) is known color: Cameo. HEX triplet: CA, A5 and 80. RGB value is (202,165,128). Sum of RGB (Red+Green+Blue) = 202+165+128=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA580 is #355A7F. Grayscale: #ACACAC. Windows color (decimal): -3496576 or 8431050. OLE color: 8431050.

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

Color convert

RGB 202 165 128 -
CMYK 0 0.18 0.37 0.21
HSL 30º 0.41% 0.65% -
HSV(B) 30º 0.37% 0.79% -
XYZ 41.71 41.03 26.14 -
YUV 171.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 202 165 128 0 0.18 0.37 0.21 30 0.41 0.65
Hex CA A5 80 0 12 25 15 1E 29 41
Octal 312 245 200 0 22 45 25 36 51 101
Binary 11001010 10100101 10000000 0 10010 100101 10101 11110 101001 1000001

Color Harmonies of #CAA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA580

Black with #CAA580

Text Example


Text Example

White with #CAA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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