Html Css Color HEX #C8A757 Laser

📋 copy color: '#C8A757'

red 200 ◦ green 167 ◦ blue 87

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

Shades of Laser #C8A757

Tints of Laser #C8A757

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.78%

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

R = 44.05%
G = 36.78%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8A757 (or 0xC8A757) is known color: Laser. HEX triplet: C8, A7 and 57. RGB value is (200,167,87). Sum of RGB (Red+Green+Blue) = 200+167+87=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A757 is #3758A8. Grayscale: #A8A8A8. Windows color (decimal): -3627177 or 5744584. OLE color: 5744584.

HSL color Cylindrical-coordinate representation of color #C8A757: hue angle of 42.48º 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 #C8A757 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 167 87 -
CMYK 0 0.16 0.56 0.22
HSL 42.48º 0.51% 0.56% -
HSV(B) 42.48º 0.57% 0.78% -
XYZ 39.36 40.6 14.78 -
YUV 167.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 200 167 87 0 0.16 0.56 0.22 42.48 0.51 0.56
Hex C8 A7 57 0 10 38 16 2A 33 38
Octal 310 247 127 0 20 70 26 52 63 70
Binary 11001000 10100111 1010111 0 10000 111000 10110 101010 110011 111000

Color Harmonies of #C8A757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A757

Black with #C8A757

Text Example


Text Example

White with #C8A757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A757; }

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

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

background-color css

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

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

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

border-color css

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

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

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