Html Css Color HEX #C8A357 Laser

📋 copy color: '#C8A357'

red 200 ◦ green 163 ◦ blue 87

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

Shades of Laser #C8A357

Tints of Laser #C8A357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

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

R = 44.44%
G = 36.22%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C8A357 (or 0xC8A357) is known color: Laser. HEX triplet: C8, A3 and 57. RGB value is (200,163,87). Sum of RGB (Red+Green+Blue) = 200+163+87=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A357 is #375CA8. Grayscale: #A5A5A5. Windows color (decimal): -3628201 or 5743560. OLE color: 5743560.

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

Color convert

RGB 200 163 87 -
CMYK 0 0.18 0.56 0.22
HSL 40.35º 0.51% 0.56% -
HSV(B) 40.35º 0.57% 0.78% -
XYZ 38.64 39.16 14.54 -
YUV 165.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 200 163 87 0 0.18 0.56 0.22 40.35 0.51 0.56
Hex C8 A3 57 0 12 38 16 28 33 38
Octal 310 243 127 0 22 70 26 50 63 70
Binary 11001000 10100011 1010111 0 10010 111000 10110 101000 110011 111000

Color Harmonies of #C8A357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A357

Black with #C8A357

Text Example


Text Example

White with #C8A357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A357; }

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

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

background-color css

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

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

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

border-color css

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

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

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