Html Css Color HEX #CAA55A Laser

📋 copy color: '#CAA55A'

red 202 ◦ green 165 ◦ blue 90

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

Shades of Laser #CAA55A

Tints of Laser #CAA55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 44.2%
G = 36.11%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CAA55A (or 0xCAA55A) is known color: Laser. HEX triplet: CA, A5 and 5A. RGB value is (202,165,90). Sum of RGB (Red+Green+Blue) = 202+165+90=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA55A is #355AA5. Grayscale: #A7A7A7. Windows color (decimal): -3496614 or 5940682. OLE color: 5940682.

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

Color convert

RGB 202 165 90 -
CMYK 0 0.18 0.55 0.21
HSL 40.18º 0.51% 0.57% -
HSV(B) 40.18º 0.55% 0.79% -
XYZ 39.66 40.21 15.34 -
YUV 167.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 202 165 90 0 0.18 0.55 0.21 40.18 0.51 0.57
Hex CA A5 5A 0 12 37 15 28 33 39
Octal 312 245 132 0 22 67 25 50 63 71
Binary 11001010 10100101 1011010 0 10010 110111 10101 101000 110011 111001

Color Harmonies of #CAA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA55A

Black with #CAA55A

Text Example


Text Example

White with #CAA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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