Html Css Color HEX #CAA360 Laser

📋 copy color: '#CAA360'

red 202 ◦ green 163 ◦ blue 96

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

Shades of Laser #CAA360

Tints of Laser #CAA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 43.82%
G = 35.36%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CAA360 (or 0xCAA360) is known color: Laser. HEX triplet: CA, A3 and 60. RGB value is (202,163,96). Sum of RGB (Red+Green+Blue) = 202+163+96=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA360 is #355C9F. Grayscale: #A7A7A7. Windows color (decimal): -3497120 or 6333386. OLE color: 6333386.

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

Color convert

RGB 202 163 96 -
CMYK 0 0.19 0.52 0.21
HSL 37.92º 0.5% 0.58% -
HSV(B) 37.92º 0.52% 0.79% -
XYZ 39.57 39.6 16.62 -
YUV 167.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 202 163 96 0 0.19 0.52 0.21 37.92 0.5 0.58
Hex CA A3 60 0 13 34 15 26 32 3A
Octal 312 243 140 0 23 64 25 46 62 72
Binary 11001010 10100011 1100000 0 10011 110100 10101 100110 110010 111010

Color Harmonies of #CAA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA360

Black with #CAA360

Text Example


Text Example

White with #CAA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA360; }

 p { color: rgb(202,163,96); }

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

background-color css

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

 a { background-color: rgb(202,163,96); }

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

border-color css

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

 span { border-color: rgb(202,163,96); }

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