Html Css Color HEX #C8AF59 Laser

📋 copy color: '#C8AF59'

red 200 ◦ green 175 ◦ blue 89

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

Shades of Laser #C8AF59

Tints of Laser #C8AF59

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

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

R = 43.1%
G = 37.72%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8AF59 (or 0xC8AF59) is known color: Laser. HEX triplet: C8, AF and 59. RGB value is (200,175,89). Sum of RGB (Red+Green+Blue) = 200+175+89=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF59 is #3750A6. Grayscale: #ADADAD. Windows color (decimal): -3625127 or 5877704. OLE color: 5877704.

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

Color convert

RGB 200 175 89 -
CMYK 0 0.12 0.56 0.22
HSL 46.49º 0.5% 0.57% -
HSV(B) 46.49º 0.56% 0.78% -
XYZ 40.95 43.66 15.72 -
YUV 172.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 200 175 89 0 0.12 0.56 0.22 46.49 0.5 0.57
Hex C8 AF 59 0 C 38 16 2E 32 39
Octal 310 257 131 0 14 70 26 56 62 71
Binary 11001000 10101111 1011001 0 1100 111000 10110 101110 110010 111001

Color Harmonies of #C8AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF59

Black with #C8AF59

Text Example


Text Example

White with #C8AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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