Html Css Color HEX #C8AA64 Laser

📋 copy color: '#C8AA64'

red 200 ◦ green 170 ◦ blue 100

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

Shades of Laser #C8AA64

Tints of Laser #C8AA64

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

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

R = 42.55%
G = 36.17%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C8AA64 (or 0xC8AA64) is known color: Laser. HEX triplet: C8, AA and 64. RGB value is (200,170,100). Sum of RGB (Red+Green+Blue) = 200+170+100=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA64 is #37559B. Grayscale: #ABABAB. Windows color (decimal): -3626396 or 6597320. OLE color: 6597320.

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

Color convert

RGB 200 170 100 -
CMYK 0 0.15 0.5 0.22
HSL 42º 0.48% 0.59% -
HSV(B) 42º 0.5% 0.78% -
XYZ 40.49 41.95 18.02 -
YUV 170.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 200 170 100 0 0.15 0.5 0.22 42 0.48 0.59
Hex C8 AA 64 0 F 32 16 2A 30 3B
Octal 310 252 144 0 17 62 26 52 60 73
Binary 11001000 10101010 1100100 0 1111 110010 10110 101010 110000 111011

Color Harmonies of #C8AA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA64

Black with #C8AA64

Text Example


Text Example

White with #C8AA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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