Html Css Color HEX #C8A364 Laser

📋 copy color: '#C8A364'

red 200 ◦ green 163 ◦ blue 100

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

Shades of Laser #C8A364

Tints of Laser #C8A364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.6%

R = 43.2%
G = 35.21%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C8A364 (or 0xC8A364) is known color: Laser. HEX triplet: C8, A3 and 64. RGB value is (200,163,100). Sum of RGB (Red+Green+Blue) = 200+163+100=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A364 is #375C9B. Grayscale: #A7A7A7. Windows color (decimal): -3628188 or 6595528. OLE color: 6595528.

HSL color Cylindrical-coordinate representation of color #C8A364: hue angle of 37.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8A364 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 100 -
CMYK 0 0.18 0.5 0.22
HSL 37.8º 0.48% 0.59% -
HSV(B) 37.8º 0.5% 0.78% -
XYZ 39.22 39.39 17.59 -
YUV 166.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 200 163 100 0 0.18 0.5 0.22 37.8 0.48 0.59
Hex C8 A3 64 0 12 32 16 26 30 3B
Octal 310 243 144 0 22 62 26 46 60 73
Binary 11001000 10100011 1100100 0 10010 110010 10110 100110 110000 111011

Color Harmonies of #C8A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A364

Black with #C8A364

Text Example


Text Example

White with #C8A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A364; }

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

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

background-color css

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

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

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

border-color css

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

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

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