Html Css Color HEX #CAA464 Laser

📋 copy color: '#CAA464'

red 202 ◦ green 164 ◦ blue 100

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

Shades of Laser #CAA464

Tints of Laser #CAA464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 43.35%
G = 35.19%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAA464 (or 0xCAA464) is known color: Laser. HEX triplet: CA, A4 and 64. RGB value is (202,164,100). Sum of RGB (Red+Green+Blue) = 202+164+100=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA464 is #355B9B. Grayscale: #A8A8A8. Windows color (decimal): -3496860 or 6595786. OLE color: 6595786.

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

Color convert

RGB 202 164 100 -
CMYK 0 0.19 0.50 0.21
HSL 37.65º 0.49% 0.59% -
HSV(B) 37.65º 0.5% 0.79% -
XYZ 39.93 40.03 17.68 -
YUV 168.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 202 164 100 0 0.19 0.50 0.21 37.65 0.49 0.59
Hex CA A4 64 0 13 32 15 26 31 3B
Octal 312 244 144 0 23 62 25 46 61 73
Binary 11001010 10100100 1100100 0 10011 110010 10101 100110 110001 111011

Color Harmonies of #CAA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA464

Black with #CAA464

Text Example


Text Example

White with #CAA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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