Html Css Color HEX #CAA564 Laser

📋 copy color: '#CAA564'

red 202 ◦ green 165 ◦ blue 100

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

Shades of Laser #CAA564

Tints of Laser #CAA564

RGB

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

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

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

R = 43.25%
G = 35.33%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAA564 (or 0xCAA564) is known color: Laser. HEX triplet: CA, A5 and 64. RGB value is (202,165,100). Sum of RGB (Red+Green+Blue) = 202+165+100=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA564 is #355A9B. Grayscale: #A8A8A8. Windows color (decimal): -3496604 or 6596042. OLE color: 6596042.

HSL color Cylindrical-coordinate representation of color #CAA564: hue angle of 38.24º 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 #CAA564 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 100 -
CMYK 0 0.18 0.50 0.21
HSL 38.24º 0.49% 0.59% -
HSV(B) 38.24º 0.5% 0.79% -
XYZ 40.11 40.39 17.74 -
YUV 168.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 202 165 100 0 0.18 0.50 0.21 38.24 0.49 0.59
Hex CA A5 64 0 12 32 15 26 31 3B
Octal 312 245 144 0 22 62 25 46 61 73
Binary 11001010 10100101 1100100 0 10010 110010 10101 100110 110001 111011

Color Harmonies of #CAA564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA564

Black with #CAA564

Text Example


Text Example

White with #CAA564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA564; }

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

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

background-color css

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

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

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

border-color css

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

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

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