Html Css Color HEX #C8A864 Laser

📋 copy color: '#C8A864'

red 200 ◦ green 168 ◦ blue 100

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

Shades of Laser #C8A864

Tints of Laser #C8A864

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 42.74%
G = 35.9%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C8A864 (or 0xC8A864) is known color: Laser. HEX triplet: C8, A8 and 64. RGB value is (200,168,100). Sum of RGB (Red+Green+Blue) = 200+168+100=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A864 is #37579B. Grayscale: #AAAAAA. Windows color (decimal): -3626908 or 6596808. OLE color: 6596808.

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

Color convert

RGB 200 168 100 -
CMYK 0 0.16 0.5 0.22
HSL 40.8º 0.48% 0.59% -
HSV(B) 40.8º 0.5% 0.78% -
XYZ 40.12 41.2 17.9 -
YUV 169.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 200 168 100 0 0.16 0.5 0.22 40.8 0.48 0.59
Hex C8 A8 64 0 10 32 16 29 30 3B
Octal 310 250 144 0 20 62 26 51 60 73
Binary 11001000 10101000 1100100 0 10000 110010 10110 101001 110000 111011

Color Harmonies of #C8A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A864

Black with #C8A864

Text Example


Text Example

White with #C8A864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A864; }

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

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

background-color css

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

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

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

border-color css

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

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

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