Html Css Color HEX #CAA462 Laser

📋 copy color: '#CAA462'

red 202 ◦ green 164 ◦ blue 98

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

Shades of Laser #CAA462

Tints of Laser #CAA462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.34%

 BLUE value IS 98 (38.67% from 255) = 21.12%

R = 43.53%
G = 35.34%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAA462 (or 0xCAA462) is known color: Laser. HEX triplet: CA, A4 and 62. RGB value is (202,164,98). Sum of RGB (Red+Green+Blue) = 202+164+98=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA462 is #355B9D. Grayscale: #A8A8A8. Windows color (decimal): -3496862 or 6464714. OLE color: 6464714.

HSL color Cylindrical-coordinate representation of color #CAA462: hue angle of 38.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAA462 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 164 98 -
CMYK 0 0.19 0.51 0.21
HSL 38.08º 0.5% 0.59% -
HSV(B) 38.08º 0.51% 0.79% -
XYZ 39.84 39.99 17.17 -
YUV 167.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 202 164 98 0 0.19 0.51 0.21 38.08 0.5 0.59
Hex CA A4 62 0 13 33 15 26 32 3B
Octal 312 244 142 0 23 63 25 46 62 73
Binary 11001010 10100100 1100010 0 10011 110011 10101 100110 110010 111011

Color Harmonies of #CAA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA462

Black with #CAA462

Text Example


Text Example

White with #CAA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA462; }

 p { color: rgb(202,164,98); }

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

background-color css

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

 a { background-color: rgb(202,164,98); }

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

border-color css

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

 span { border-color: rgb(202,164,98); }

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