Html Css Color HEX #CAA565 Laser

📋 copy color: '#CAA565'

red 202 ◦ green 165 ◦ blue 101

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

Shades of Laser #CAA565

Tints of Laser #CAA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 43.16%
G = 35.26%
B = 21.58%

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

#CAA565 (or 0xCAA565) is known color: Laser. HEX triplet: CA, A5 and 65. RGB value is (202,165,101). Sum of RGB (Red+Green+Blue) = 202+165+101=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA565 is #355A9A. Grayscale: #A9A9A9. Windows color (decimal): -3496603 or 6661578. OLE color: 6661578.

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

Color convert

RGB 202 165 101 -
CMYK 0 0.18 0.50 0.21
HSL 38.02º 0.49% 0.59% -
HSV(B) 38.02º 0.5% 0.79% -
XYZ 40.16 40.41 17.99 -
YUV 168.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 202 165 101 0 0.18 0.50 0.21 38.02 0.49 0.59
Hex CA A5 65 0 12 32 15 26 31 3B
Octal 312 245 145 0 22 62 25 46 61 73
Binary 11001010 10100101 1100101 0 10010 110010 10101 100110 110001 111011

Color Harmonies of #CAA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA565

Black with #CAA565

Text Example


Text Example

White with #CAA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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