Html Css Color HEX #C8A356 Laser

📋 copy color: '#C8A356'

red 200 ◦ green 163 ◦ blue 86

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

Shades of Laser #C8A356

Tints of Laser #C8A356

RGB

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

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

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

R = 44.54%
G = 36.3%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C8A356 (or 0xC8A356) is known color: Laser. HEX triplet: C8, A3 and 56. RGB value is (200,163,86). Sum of RGB (Red+Green+Blue) = 200+163+86=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A356 is #375CA9. Grayscale: #A5A5A5. Windows color (decimal): -3628202 or 5678024. OLE color: 5678024.

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

Color convert

RGB 200 163 86 -
CMYK 0 0.18 0.57 0.22
HSL 40.53º 0.51% 0.56% -
HSV(B) 40.53º 0.57% 0.78% -
XYZ 38.6 39.15 14.33 -
YUV 165.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 200 163 86 0 0.18 0.57 0.22 40.53 0.51 0.56
Hex C8 A3 56 0 12 39 16 29 33 38
Octal 310 243 126 0 22 71 26 51 63 70
Binary 11001000 10100011 1010110 0 10010 111001 10110 101001 110011 111000

Color Harmonies of #C8A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A356

Black with #C8A356

Text Example


Text Example

White with #C8A356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A356; }

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

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

background-color css

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

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

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

border-color css

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

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

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