Html Css Color HEX #C8AF57 Laser

📋 copy color: '#C8AF57'

red 200 ◦ green 175 ◦ blue 87

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

Shades of Laser #C8AF57

Tints of Laser #C8AF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.83%

R = 43.29%
G = 37.88%
B = 18.83%

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

#C8AF57 (or 0xC8AF57) is known color: Laser. HEX triplet: C8, AF and 57. RGB value is (200,175,87). Sum of RGB (Red+Green+Blue) = 200+175+87=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF57 is #3750A8. Grayscale: #ACACAC. Windows color (decimal): -3625129 or 5746632. OLE color: 5746632.

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

Color convert

RGB 200 175 87 -
CMYK 0 0.12 0.56 0.22
HSL 46.73º 0.51% 0.56% -
HSV(B) 46.73º 0.57% 0.78% -
XYZ 40.87 43.63 15.28 -
YUV 172.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 200 175 87 0 0.12 0.56 0.22 46.73 0.51 0.56
Hex C8 AF 57 0 C 38 16 2F 33 38
Octal 310 257 127 0 14 70 26 57 63 70
Binary 11001000 10101111 1010111 0 1100 111000 10110 101111 110011 111000

Color Harmonies of #C8AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF57

Black with #C8AF57

Text Example


Text Example

White with #C8AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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