Html Css Color HEX #CAA858 Laser

📋 copy color: '#CAA858'

red 202 ◦ green 168 ◦ blue 88

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

Shades of Laser #CAA858

Tints of Laser #CAA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

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

R = 44.1%
G = 36.68%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CAA858 (or 0xCAA858) is known color: Laser. HEX triplet: CA, A8 and 58. RGB value is (202,168,88). Sum of RGB (Red+Green+Blue) = 202+168+88=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA858 is #3557A7. Grayscale: #A9A9A9. Windows color (decimal): -3495848 or 5810378. OLE color: 5810378.

HSL color Cylindrical-coordinate representation of color #CAA858: hue angle of 42.11º 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 #CAA858 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 168 88 -
CMYK 0 0.17 0.56 0.21
HSL 42.11º 0.52% 0.57% -
HSV(B) 42.11º 0.56% 0.79% -
XYZ 40.12 41.27 15.08 -
YUV 169.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 202 168 88 0 0.17 0.56 0.21 42.11 0.52 0.57
Hex CA A8 58 0 11 38 15 2A 34 39
Octal 312 250 130 0 21 70 25 52 64 71
Binary 11001010 10101000 1011000 0 10001 111000 10101 101010 110100 111001

Color Harmonies of #CAA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA858

Black with #CAA858

Text Example


Text Example

White with #CAA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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