Html Css Color HEX #C8AD5E Laser

📋 copy color: '#C8AD5E'

red 200 ◦ green 173 ◦ blue 94

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

Shades of Laser #C8AD5E

Tints of Laser #C8AD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

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

R = 42.83%
G = 37.04%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8AD5E (or 0xC8AD5E) is known color: Laser. HEX triplet: C8, AD and 5E. RGB value is (200,173,94). Sum of RGB (Red+Green+Blue) = 200+173+94=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD5E is #3752A1. Grayscale: #ACACAC. Windows color (decimal): -3625634 or 6204872. OLE color: 6204872.

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

Color convert

RGB 200 173 94 -
CMYK 0 0.14 0.53 0.22
HSL 44.72º 0.49% 0.58% -
HSV(B) 44.72º 0.53% 0.78% -
XYZ 40.78 42.97 16.74 -
YUV 172.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 200 173 94 0 0.14 0.53 0.22 44.72 0.49 0.58
Hex C8 AD 5E 0 E 35 16 2D 31 3A
Octal 310 255 136 0 16 65 26 55 61 72
Binary 11001000 10101101 1011110 0 1110 110101 10110 101101 110001 111010

Color Harmonies of #C8AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD5E

Black with #C8AD5E

Text Example


Text Example

White with #C8AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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