Html Css Color HEX #C8AD56 Laser

📋 copy color: '#C8AD56'

red 200 ◦ green 173 ◦ blue 86

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

Shades of Laser #C8AD56

Tints of Laser #C8AD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.74%

R = 43.57%
G = 37.69%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C8AD56 (or 0xC8AD56) is known color: Laser. HEX triplet: C8, AD and 56. RGB value is (200,173,86). Sum of RGB (Red+Green+Blue) = 200+173+86=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD56 is #3752A9. Grayscale: #ABABAB. Windows color (decimal): -3625642 or 5680584. OLE color: 5680584.

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

Color convert

RGB 200 173 86 -
CMYK 0 0.14 0.57 0.22
HSL 45.79º 0.51% 0.56% -
HSV(B) 45.79º 0.57% 0.78% -
XYZ 40.44 42.84 14.94 -
YUV 171.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 200 173 86 0 0.14 0.57 0.22 45.79 0.51 0.56
Hex C8 AD 56 0 E 39 16 2E 33 38
Octal 310 255 126 0 16 71 26 56 63 70
Binary 11001000 10101101 1010110 0 1110 111001 10110 101110 110011 111000

Color Harmonies of #C8AD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD56

Black with #C8AD56

Text Example


Text Example

White with #C8AD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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