Html Css Color HEX #C8A257 Laser

📋 copy color: '#C8A257'

red 200 ◦ green 162 ◦ blue 87

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

Shades of Laser #C8A257

Tints of Laser #C8A257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

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

R = 44.54%
G = 36.08%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8A257 (or 0xC8A257) is known color: Laser. HEX triplet: C8, A2 and 57. RGB value is (200,162,87). Sum of RGB (Red+Green+Blue) = 200+162+87=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A257 is #375DA8. Grayscale: #A5A5A5. Windows color (decimal): -3628457 or 5743304. OLE color: 5743304.

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

Color convert

RGB 200 162 87 -
CMYK 0 0.19 0.56 0.22
HSL 39.82º 0.51% 0.56% -
HSV(B) 39.82º 0.57% 0.78% -
XYZ 38.46 38.81 14.48 -
YUV 164.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 200 162 87 0 0.19 0.56 0.22 39.82 0.51 0.56
Hex C8 A2 57 0 13 38 16 28 33 38
Octal 310 242 127 0 23 70 26 50 63 70
Binary 11001000 10100010 1010111 0 10011 111000 10110 101000 110011 111000

Color Harmonies of #C8A257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A257

Black with #C8A257

Text Example


Text Example

White with #C8A257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A257; }

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

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

background-color css

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

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

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

border-color css

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

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

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