Html Css Color HEX #C8AF5E Laser

📋 copy color: '#C8AF5E'

red 200 ◦ green 175 ◦ blue 94

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

Shades of Laser #C8AF5E

Tints of Laser #C8AF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 42.64%
G = 37.31%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8AF5E (or 0xC8AF5E) is known color: Laser. HEX triplet: C8, AF and 5E. RGB value is (200,175,94). Sum of RGB (Red+Green+Blue) = 200+175+94=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF5E is #3750A1. Grayscale: #ADADAD. Windows color (decimal): -3625122 or 6205384. OLE color: 6205384.

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

Color convert

RGB 200 175 94 -
CMYK 0 0.12 0.53 0.22
HSL 45.85º 0.49% 0.58% -
HSV(B) 45.85º 0.53% 0.78% -
XYZ 41.17 43.75 16.86 -
YUV 173.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 200 175 94 0 0.12 0.53 0.22 45.85 0.49 0.58
Hex C8 AF 5E 0 C 35 16 2E 31 3A
Octal 310 257 136 0 14 65 26 56 61 72
Binary 11001000 10101111 1011110 0 1100 110101 10110 101110 110001 111010

Color Harmonies of #C8AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF5E

Black with #C8AF5E

Text Example


Text Example

White with #C8AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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