Html Css Color HEX #C8A959 Laser

📋 copy color: '#C8A959'

red 200 ◦ green 169 ◦ blue 89

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

Shades of Laser #C8A959

Tints of Laser #C8A959

RGB

 RED value IS 200 (78.52% from 255) = 43.67%

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

 BLUE value IS 89 (35.16% from 255) = 19.43%

R = 43.67%
G = 36.9%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8A959 (or 0xC8A959) is known color: Laser. HEX triplet: C8, A9 and 59. RGB value is (200,169,89). Sum of RGB (Red+Green+Blue) = 200+169+89=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A959 is #3756A6. Grayscale: #A9A9A9. Windows color (decimal): -3626663 or 5876168. OLE color: 5876168.

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

Color convert

RGB 200 169 89 -
CMYK 0 0.16 0.56 0.22
HSL 43.24º 0.5% 0.57% -
HSV(B) 43.24º 0.56% 0.78% -
XYZ 39.81 41.38 15.34 -
YUV 169.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 200 169 89 0 0.16 0.56 0.22 43.24 0.5 0.57
Hex C8 A9 59 0 10 38 16 2B 32 39
Octal 310 251 131 0 20 70 26 53 62 71
Binary 11001000 10101001 1011001 0 10000 111000 10110 101011 110010 111001

Color Harmonies of #C8A959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A959

Black with #C8A959

Text Example


Text Example

White with #C8A959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A959; }

 p { color: rgb(200,169,89); }

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

background-color css

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

 a { background-color: rgb(200,169,89); }

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

border-color css

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

 span { border-color: rgb(200,169,89); }

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