Html Css Color HEX #C8AD5C Laser

📋 copy color: '#C8AD5C'

red 200 ◦ green 173 ◦ blue 92

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

Shades of Laser #C8AD5C

Tints of Laser #C8AD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.78%

R = 43.01%
G = 37.2%
B = 19.78%

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

#C8AD5C (or 0xC8AD5C) is known color: Laser. HEX triplet: C8, AD and 5C. RGB value is (200,173,92). Sum of RGB (Red+Green+Blue) = 200+173+92=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD5C is #3752A3. Grayscale: #ACACAC. Windows color (decimal): -3625636 or 6073800. OLE color: 6073800.

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

Color convert

RGB 200 173 92 -
CMYK 0 0.14 0.54 0.22
HSL 45º 0.5% 0.57% -
HSV(B) 45º 0.54% 0.78% -
XYZ 40.69 42.94 16.27 -
YUV 171.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 200 173 92 0 0.14 0.54 0.22 45 0.5 0.57
Hex C8 AD 5C 0 E 36 16 2D 32 39
Octal 310 255 134 0 16 66 26 55 62 71
Binary 11001000 10101101 1011100 0 1110 110110 10110 101101 110010 111001

Color Harmonies of #C8AD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD5C

Black with #C8AD5C

Text Example


Text Example

White with #C8AD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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