Html Css Color HEX #CAA958 Laser

📋 copy color: '#CAA958'

red 202 ◦ green 169 ◦ blue 88

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

Shades of Laser #CAA958

Tints of Laser #CAA958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.17%

R = 44.01%
G = 36.82%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CAA958 (or 0xCAA958) is known color: Laser. HEX triplet: CA, A9 and 58. RGB value is (202,169,88). Sum of RGB (Red+Green+Blue) = 202+169+88=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA958 is #3556A7. Grayscale: #A9A9A9. Windows color (decimal): -3495592 or 5810634. OLE color: 5810634.

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

Color convert

RGB 202 169 88 -
CMYK 0 0.16 0.56 0.21
HSL 42.63º 0.52% 0.57% -
HSV(B) 42.63º 0.56% 0.79% -
XYZ 40.31 41.64 15.14 -
YUV 169.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 202 169 88 0 0.16 0.56 0.21 42.63 0.52 0.57
Hex CA A9 58 0 10 38 15 2B 34 39
Octal 312 251 130 0 20 70 25 53 64 71
Binary 11001010 10101001 1011000 0 10000 111000 10101 101011 110100 111001

Color Harmonies of #CAA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA958

Black with #CAA958

Text Example


Text Example

White with #CAA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA958; }

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

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

background-color css

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

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

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

border-color css

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

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

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