Html Css Color HEX #C8AD5D Laser

📋 copy color: '#C8AD5D'

red 200 ◦ green 173 ◦ blue 93

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

Shades of Laser #C8AD5D

Tints of Laser #C8AD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.96%

R = 42.92%
G = 37.12%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8AD5D (or 0xC8AD5D) is known color: Laser. HEX triplet: C8, AD and 5D. RGB value is (200,173,93). Sum of RGB (Red+Green+Blue) = 200+173+93=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD5D is #3752A2. Grayscale: #ACACAC. Windows color (decimal): -3625635 or 6139336. OLE color: 6139336.

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

Color convert

RGB 200 173 93 -
CMYK 0 0.14 0.54 0.22
HSL 44.86º 0.49% 0.57% -
HSV(B) 44.86º 0.54% 0.78% -
XYZ 40.74 42.96 16.5 -
YUV 171.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 200 173 93 0 0.14 0.54 0.22 44.86 0.49 0.57
Hex C8 AD 5D 0 E 36 16 2D 31 39
Octal 310 255 135 0 16 66 26 55 61 71
Binary 11001000 10101101 1011101 0 1110 110110 10110 101101 110001 111001

Color Harmonies of #C8AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD5D

Black with #C8AD5D

Text Example


Text Example

White with #C8AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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