Html Css Color HEX #C8AD5F Laser

📋 copy color: '#C8AD5F'

red 200 ◦ green 173 ◦ blue 95

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

Shades of Laser #C8AD5F

Tints of Laser #C8AD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.3%

R = 42.74%
G = 36.97%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8AD5F (or 0xC8AD5F) is known color: Laser. HEX triplet: C8, AD and 5F. RGB value is (200,173,95). Sum of RGB (Red+Green+Blue) = 200+173+95=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD5F is #3752A0. Grayscale: #ACACAC. Windows color (decimal): -3625633 or 6270408. OLE color: 6270408.

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

Color convert

RGB 200 173 95 -
CMYK 0 0.14 0.52 0.22
HSL 44.57º 0.49% 0.58% -
HSV(B) 44.57º 0.53% 0.78% -
XYZ 40.83 42.99 16.97 -
YUV 172.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 200 173 95 0 0.14 0.52 0.22 44.57 0.49 0.58
Hex C8 AD 5F 0 E 34 16 2D 31 3A
Octal 310 255 137 0 16 64 26 55 61 72
Binary 11001000 10101101 1011111 0 1110 110100 10110 101101 110001 111010

Color Harmonies of #C8AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD5F

Black with #C8AD5F

Text Example


Text Example

White with #C8AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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