Html Css Color HEX #CAA559 Laser

📋 copy color: '#CAA559'

red 202 ◦ green 165 ◦ blue 89

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

Shades of Laser #CAA559

Tints of Laser #CAA559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.52%

R = 44.3%
G = 36.18%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CAA559 (or 0xCAA559) is known color: Laser. HEX triplet: CA, A5 and 59. RGB value is (202,165,89). Sum of RGB (Red+Green+Blue) = 202+165+89=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA559 is #355AA6. Grayscale: #A7A7A7. Windows color (decimal): -3496615 or 5875146. OLE color: 5875146.

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

Color convert

RGB 202 165 89 -
CMYK 0 0.18 0.56 0.21
HSL 40.35º 0.52% 0.57% -
HSV(B) 40.35º 0.56% 0.79% -
XYZ 39.62 40.19 15.12 -
YUV 167.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 202 165 89 0 0.18 0.56 0.21 40.35 0.52 0.57
Hex CA A5 59 0 12 38 15 28 34 39
Octal 312 245 131 0 22 70 25 50 64 71
Binary 11001010 10100101 1011001 0 10010 111000 10101 101000 110100 111001

Color Harmonies of #CAA559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA559

Black with #CAA559

Text Example


Text Example

White with #CAA559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA559; }

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

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

background-color css

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

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

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

border-color css

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

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

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