Html Css Color HEX #C8A664 Laser

📋 copy color: '#C8A664'

red 200 ◦ green 166 ◦ blue 100

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

Shades of Laser #C8A664

Tints of Laser #C8A664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

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

R = 42.92%
G = 35.62%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C8A664 (or 0xC8A664) is known color: Laser. HEX triplet: C8, A6 and 64. RGB value is (200,166,100). Sum of RGB (Red+Green+Blue) = 200+166+100=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A664 is #37599B. Grayscale: #A8A8A8. Windows color (decimal): -3627420 or 6596296. OLE color: 6596296.

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

Color convert

RGB 200 166 100 -
CMYK 0 0.17 0.5 0.22
HSL 39.6º 0.48% 0.59% -
HSV(B) 39.6º 0.5% 0.78% -
XYZ 39.76 40.47 17.77 -
YUV 168.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 200 166 100 0 0.17 0.5 0.22 39.6 0.48 0.59
Hex C8 A6 64 0 11 32 16 28 30 3B
Octal 310 246 144 0 21 62 26 50 60 73
Binary 11001000 10100110 1100100 0 10001 110010 10110 101000 110000 111011

Color Harmonies of #C8A664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A664

Black with #C8A664

Text Example


Text Example

White with #C8A664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A664; }

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

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

background-color css

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

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

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

border-color css

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

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

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