Html Css Color HEX #C9A053 Laser

📋 copy color: '#C9A053'

red 201 ◦ green 160 ◦ blue 83

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

Shades of Laser #C9A053

Tints of Laser #C9A053

RGB

 RED value IS 201 (78.91% from 255) = 45.27%

 GREEN value IS 160 (62.89% from 255) = 36.04%

 BLUE value IS 83 (32.81% from 255) = 18.69%

R = 45.27%
G = 36.04%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C9A053 (or 0xC9A053) is known color: Laser. HEX triplet: C9, A0 and 53. RGB value is (201,160,83). Sum of RGB (Red+Green+Blue) = 201+160+83=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A053 is #365FAC. Grayscale: #A3A3A3. Windows color (decimal): -3563437 or 5480649. OLE color: 5480649.

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

Color convert

RGB 201 160 83 -
CMYK 0 0.20 0.59 0.21
HSL 39.15º 0.52% 0.56% -
HSV(B) 39.15º 0.59% 0.79% -
XYZ 38.22 38.18 13.54 -
YUV 163.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 201 160 83 0 0.20 0.59 0.21 39.15 0.52 0.56
Hex C9 A0 53 0 14 3B 15 27 34 38
Octal 311 240 123 0 24 73 25 47 64 70
Binary 11001001 10100000 1010011 0 10100 111011 10101 100111 110100 111000

Color Harmonies of #C9A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A053

Black with #C9A053

Text Example


Text Example

White with #C9A053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A053; }

 p { color: rgb(201,160,83); }

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

background-color css

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

 a { background-color: rgb(201,160,83); }

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

border-color css

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

 span { border-color: rgb(201,160,83); }

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