Html Css Color HEX #C8A964 Laser

📋 copy color: '#C8A964'

red 200 ◦ green 169 ◦ blue 100

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

Shades of Laser #C8A964

Tints of Laser #C8A964

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.03%

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

R = 42.64%
G = 36.03%
B = 21.32%

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

#C8A964 (or 0xC8A964) is known color: Laser. HEX triplet: C8, A9 and 64. RGB value is (200,169,100). Sum of RGB (Red+Green+Blue) = 200+169+100=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A964 is #37569B. Grayscale: #AAAAAA. Windows color (decimal): -3626652 or 6597064. OLE color: 6597064.

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

Color convert

RGB 200 169 100 -
CMYK 0 0.16 0.5 0.22
HSL 41.4º 0.48% 0.59% -
HSV(B) 41.4º 0.5% 0.78% -
XYZ 40.31 41.58 17.96 -
YUV 170.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 200 169 100 0 0.16 0.5 0.22 41.4 0.48 0.59
Hex C8 A9 64 0 10 32 16 29 30 3B
Octal 310 251 144 0 20 62 26 51 60 73
Binary 11001000 10101001 1100100 0 10000 110010 10110 101001 110000 111011

Color Harmonies of #C8A964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A964

Black with #C8A964

Text Example


Text Example

White with #C8A964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A964; }

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

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

background-color css

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

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

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

border-color css

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

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

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