Html Css Color HEX #C8A666 Laser

📋 copy color: '#C8A666'

red 200 ◦ green 166 ◦ blue 102

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

Shades of Laser #C8A666

Tints of Laser #C8A666

RGB

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

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

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

R = 42.74%
G = 35.47%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C8A666 (or 0xC8A666) is known color: Laser. HEX triplet: C8, A6 and 66. RGB value is (200,166,102). Sum of RGB (Red+Green+Blue) = 200+166+102=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A666 is #375999. Grayscale: #A9A9A9. Windows color (decimal): -3627418 or 6727368. OLE color: 6727368.

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

Color convert

RGB 200 166 102 -
CMYK 0 0.17 0.49 0.22
HSL 39.18º 0.47% 0.59% -
HSV(B) 39.18º 0.49% 0.78% -
XYZ 39.85 40.51 18.29 -
YUV 168.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 200 166 102 0 0.17 0.49 0.22 39.18 0.47 0.59
Hex C8 A6 66 0 11 31 16 27 2F 3B
Octal 310 246 146 0 21 61 26 47 57 73
Binary 11001000 10100110 1100110 0 10001 110001 10110 100111 101111 111011

Color Harmonies of #C8A666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A666

Black with #C8A666

Text Example


Text Example

White with #C8A666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A666; }

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

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

background-color css

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

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

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

border-color css

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

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

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