Html Css Color HEX #C8AC66 Laser

📋 copy color: '#C8AC66'

red 200 ◦ green 172 ◦ blue 102

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

Shades of Laser #C8AC66

Tints of Laser #C8AC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 42.19%
G = 36.29%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8AC66 (or 0xC8AC66) is known color: Laser. HEX triplet: C8, AC and 66. RGB value is (200,172,102). Sum of RGB (Red+Green+Blue) = 200+172+102=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC66 is #375399. Grayscale: #ACACAC. Windows color (decimal): -3625882 or 6728904. OLE color: 6728904.

HSL color Cylindrical-coordinate representation of color #C8AC66: hue angle of 42.86º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8AC66 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 172 102 -
CMYK 0 0.14 0.49 0.22
HSL 42.86º 0.47% 0.59% -
HSV(B) 42.86º 0.49% 0.78% -
XYZ 40.97 42.74 18.66 -
YUV 172.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 200 172 102 0 0.14 0.49 0.22 42.86 0.47 0.59
Hex C8 AC 66 0 E 31 16 2B 2F 3B
Octal 310 254 146 0 16 61 26 53 57 73
Binary 11001000 10101100 1100110 0 1110 110001 10110 101011 101111 111011

Color Harmonies of #C8AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC66

Black with #C8AC66

Text Example


Text Example

White with #C8AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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