Html Css Color HEX #C9A565 Laser

📋 copy color: '#C9A565'

red 201 ◦ green 165 ◦ blue 101

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

Shades of Laser #C9A565

Tints of Laser #C9A565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 43.04%
G = 35.33%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C9A565 (or 0xC9A565) is known color: Laser. HEX triplet: C9, A5 and 65. RGB value is (201,165,101). Sum of RGB (Red+Green+Blue) = 201+165+101=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A565 is #365A9A. Grayscale: #A8A8A8. Windows color (decimal): -3562139 or 6661577. OLE color: 6661577.

HSL color Cylindrical-coordinate representation of color #C9A565: hue angle of 38.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9A565 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 101 -
CMYK 0 0.18 0.50 0.21
HSL 38.4º 0.48% 0.59% -
HSV(B) 38.4º 0.5% 0.79% -
XYZ 39.89 40.27 17.98 -
YUV 168.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 201 165 101 0 0.18 0.50 0.21 38.4 0.48 0.59
Hex C9 A5 65 0 12 32 15 26 30 3B
Octal 311 245 145 0 22 62 25 46 60 73
Binary 11001001 10100101 1100101 0 10010 110010 10101 100110 110000 111011

Color Harmonies of #C9A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A565

Black with #C9A565

Text Example


Text Example

White with #C9A565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A565; }

 p { color: rgb(201,165,101); }

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

background-color css

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

 a { background-color: rgb(201,165,101); }

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

border-color css

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

 span { border-color: rgb(201,165,101); }

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