Html Css Color HEX #CAA558 Laser

📋 copy color: '#CAA558'

red 202 ◦ green 165 ◦ blue 88

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

Shades of Laser #CAA558

Tints of Laser #CAA558

RGB

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

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

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

R = 44.4%
G = 36.26%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CAA558 (or 0xCAA558) is known color: Laser. HEX triplet: CA, A5 and 58. RGB value is (202,165,88). Sum of RGB (Red+Green+Blue) = 202+165+88=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA558 is #355AA7. Grayscale: #A7A7A7. Windows color (decimal): -3496616 or 5809610. OLE color: 5809610.

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

Color convert

RGB 202 165 88 -
CMYK 0 0.18 0.56 0.21
HSL 40.53º 0.52% 0.57% -
HSV(B) 40.53º 0.56% 0.79% -
XYZ 39.57 40.17 14.9 -
YUV 167.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 202 165 88 0 0.18 0.56 0.21 40.53 0.52 0.57
Hex CA A5 58 0 12 38 15 29 34 39
Octal 312 245 130 0 22 70 25 51 64 71
Binary 11001010 10100101 1011000 0 10010 111000 10101 101001 110100 111001

Color Harmonies of #CAA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA558

Black with #CAA558

Text Example


Text Example

White with #CAA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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