Html Css Color HEX #C8A759 Laser

📋 copy color: '#C8A759'

red 200 ◦ green 167 ◦ blue 89

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

Shades of Laser #C8A759

Tints of Laser #C8A759

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.62%

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

R = 43.86%
G = 36.62%
B = 19.52%

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

#C8A759 (or 0xC8A759) is known color: Laser. HEX triplet: C8, A7 and 59. RGB value is (200,167,89). Sum of RGB (Red+Green+Blue) = 200+167+89=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A759 is #3758A6. Grayscale: #A8A8A8. Windows color (decimal): -3627175 or 5875656. OLE color: 5875656.

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

Color convert

RGB 200 167 89 -
CMYK 0 0.16 0.56 0.22
HSL 42.16º 0.5% 0.57% -
HSV(B) 42.16º 0.56% 0.78% -
XYZ 39.44 40.64 15.22 -
YUV 167.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 200 167 89 0 0.16 0.56 0.22 42.16 0.5 0.57
Hex C8 A7 59 0 10 38 16 2A 32 39
Octal 310 247 131 0 20 70 26 52 62 71
Binary 11001000 10100111 1011001 0 10000 111000 10110 101010 110010 111001

Color Harmonies of #C8A759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A759

Black with #C8A759

Text Example


Text Example

White with #C8A759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A759; }

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

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

background-color css

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

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

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

border-color css

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

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

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