Html Css Color HEX #C8AD57 Laser

📋 copy color: '#C8AD57'

red 200 ◦ green 173 ◦ blue 87

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

Shades of Laser #C8AD57

Tints of Laser #C8AD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.91%

R = 43.48%
G = 37.61%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8AD57 (or 0xC8AD57) is known color: Laser. HEX triplet: C8, AD and 57. RGB value is (200,173,87). Sum of RGB (Red+Green+Blue) = 200+173+87=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD57 is #3752A8. Grayscale: #ABABAB. Windows color (decimal): -3625641 or 5746120. OLE color: 5746120.

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

Color convert

RGB 200 173 87 -
CMYK 0 0.14 0.56 0.22
HSL 45.66º 0.51% 0.56% -
HSV(B) 45.66º 0.57% 0.78% -
XYZ 40.48 42.85 15.15 -
YUV 171.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 200 173 87 0 0.14 0.56 0.22 45.66 0.51 0.56
Hex C8 AD 57 0 E 38 16 2E 33 38
Octal 310 255 127 0 16 70 26 56 63 70
Binary 11001000 10101101 1010111 0 1110 111000 10110 101110 110011 111000

Color Harmonies of #C8AD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD57

Black with #C8AD57

Text Example


Text Example

White with #C8AD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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