Html Css Color HEX #CAA963 Laser

📋 copy color: '#CAA963'

red 202 ◦ green 169 ◦ blue 99

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

Shades of Laser #CAA963

Tints of Laser #CAA963

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.96%

 BLUE value IS 99 (39.06% from 255) = 21.06%

R = 42.98%
G = 35.96%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CAA963 (or 0xCAA963) is known color: Laser. HEX triplet: CA, A9 and 63. RGB value is (202,169,99). Sum of RGB (Red+Green+Blue) = 202+169+99=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA963 is #35569C. Grayscale: #ABABAB. Windows color (decimal): -3495581 or 6531530. OLE color: 6531530.

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

Color convert

RGB 202 169 99 -
CMYK 0 0.16 0.51 0.21
HSL 40.78º 0.49% 0.59% -
HSV(B) 40.78º 0.51% 0.79% -
XYZ 40.8 41.83 17.73 -
YUV 170.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 202 169 99 0 0.16 0.51 0.21 40.78 0.49 0.59
Hex CA A9 63 0 10 33 15 29 31 3B
Octal 312 251 143 0 20 63 25 51 61 73
Binary 11001010 10101001 1100011 0 10000 110011 10101 101001 110001 111011

Color Harmonies of #CAA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA963

Black with #CAA963

Text Example


Text Example

White with #CAA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA963; }

 p { color: rgb(202,169,99); }

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

background-color css

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

 a { background-color: rgb(202,169,99); }

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

border-color css

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

 span { border-color: rgb(202,169,99); }

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