Html Css Color HEX #CAA15D Laser

📋 copy color: '#CAA15D'

red 202 ◦ green 161 ◦ blue 93

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

Shades of Laser #CAA15D

Tints of Laser #CAA15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.31%

 BLUE value IS 93 (36.72% from 255) = 20.39%

R = 44.3%
G = 35.31%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CAA15D (or 0xCAA15D) is known color: Laser. HEX triplet: CA, A1 and 5D. RGB value is (202,161,93). Sum of RGB (Red+Green+Blue) = 202+161+93=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA15D is #355EA2. Grayscale: #A5A5A5. Windows color (decimal): -3497635 or 6136266. OLE color: 6136266.

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

Color convert

RGB 202 161 93 -
CMYK 0 0.20 0.54 0.21
HSL 37.43º 0.51% 0.58% -
HSV(B) 37.43º 0.54% 0.79% -
XYZ 39.08 38.84 15.79 -
YUV 165.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 202 161 93 0 0.20 0.54 0.21 37.43 0.51 0.58
Hex CA A1 5D 0 14 36 15 25 33 3A
Octal 312 241 135 0 24 66 25 45 63 72
Binary 11001010 10100001 1011101 0 10100 110110 10101 100101 110011 111010

Color Harmonies of #CAA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA15D

Black with #CAA15D

Text Example


Text Example

White with #CAA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA15D; }

 p { color: rgb(202,161,93); }

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

background-color css

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

 a { background-color: rgb(202,161,93); }

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

border-color css

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

 span { border-color: rgb(202,161,93); }

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