Html Css Color HEX #CAA557 Laser

📋 copy color: '#CAA557'

red 202 ◦ green 165 ◦ blue 87

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

Shades of Laser #CAA557

Tints of Laser #CAA557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.16%

R = 44.49%
G = 36.34%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CAA557 (or 0xCAA557) is known color: Laser. HEX triplet: CA, A5 and 57. RGB value is (202,165,87). Sum of RGB (Red+Green+Blue) = 202+165+87=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA557 is #355AA8. Grayscale: #A7A7A7. Windows color (decimal): -3496617 or 5744074. OLE color: 5744074.

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

Color convert

RGB 202 165 87 -
CMYK 0 0.18 0.57 0.21
HSL 40.7º 0.52% 0.57% -
HSV(B) 40.7º 0.57% 0.79% -
XYZ 39.53 40.15 14.68 -
YUV 167.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 202 165 87 0 0.18 0.57 0.21 40.7 0.52 0.57
Hex CA A5 57 0 12 39 15 29 34 39
Octal 312 245 127 0 22 71 25 51 64 71
Binary 11001010 10100101 1010111 0 10010 111001 10101 101001 110100 111001

Color Harmonies of #CAA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA557

Black with #CAA557

Text Example


Text Example

White with #CAA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA557; }

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

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

background-color css

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

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

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

border-color css

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

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

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