Html Css Color HEX #C8AC64 Laser

📋 copy color: '#C8AC64'

red 200 ◦ green 172 ◦ blue 100

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

Shades of Laser #C8AC64

Tints of Laser #C8AC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 42.37%
G = 36.44%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C8AC64 (or 0xC8AC64) is known color: Laser. HEX triplet: C8, AC and 64. RGB value is (200,172,100). Sum of RGB (Red+Green+Blue) = 200+172+100=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC64 is #37539B. Grayscale: #ACACAC. Windows color (decimal): -3625884 or 6597832. OLE color: 6597832.

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

Color convert

RGB 200 172 100 -
CMYK 0 0.14 0.5 0.22
HSL 43.2º 0.48% 0.59% -
HSV(B) 43.2º 0.5% 0.78% -
XYZ 40.87 42.7 18.15 -
YUV 172.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 200 172 100 0 0.14 0.5 0.22 43.2 0.48 0.59
Hex C8 AC 64 0 E 32 16 2B 30 3B
Octal 310 254 144 0 16 62 26 53 60 73
Binary 11001000 10101100 1100100 0 1110 110010 10110 101011 110000 111011

Color Harmonies of #C8AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC64

Black with #C8AC64

Text Example


Text Example

White with #C8AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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