Html Css Color HEX #C8AD66 Laser

📋 copy color: '#C8AD66'

red 200 ◦ green 173 ◦ blue 102

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

Shades of Laser #C8AD66

Tints of Laser #C8AD66

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.42%

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

R = 42.11%
G = 36.42%
B = 21.47%

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

#C8AD66 (or 0xC8AD66) is known color: Laser. HEX triplet: C8, AD and 66. RGB value is (200,173,102). Sum of RGB (Red+Green+Blue) = 200+173+102=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD66 is #375299. Grayscale: #ADADAD. Windows color (decimal): -3625626 or 6729160. OLE color: 6729160.

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

Color convert

RGB 200 173 102 -
CMYK 0 0.14 0.49 0.22
HSL 43.47º 0.47% 0.59% -
HSV(B) 43.47º 0.49% 0.78% -
XYZ 41.16 43.13 18.73 -
YUV 172.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 200 173 102 0 0.14 0.49 0.22 43.47 0.47 0.59
Hex C8 AD 66 0 E 31 16 2B 2F 3B
Octal 310 255 146 0 16 61 26 53 57 73
Binary 11001000 10101101 1100110 0 1110 110001 10110 101011 101111 111011

Color Harmonies of #C8AD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD66

Black with #C8AD66

Text Example


Text Example

White with #C8AD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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