Html Css Color HEX #C6A966 Laser

📋 copy color: '#C6A966'

red 198 ◦ green 169 ◦ blue 102

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

Shades of Laser #C6A966

Tints of Laser #C6A966

RGB

 RED value IS 198 (77.73% from 255) = 42.22%

 GREEN value IS 169 (66.41% from 255) = 36.03%

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

R = 42.22%
G = 36.03%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C6A966 (or 0xC6A966) is known color: Laser. HEX triplet: C6, A9 and 66. RGB value is (198,169,102). Sum of RGB (Red+Green+Blue) = 198+169+102=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A966 is #395699. Grayscale: #AAAAAA. Windows color (decimal): -3757722 or 6728134. OLE color: 6728134.

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

Color convert

RGB 198 169 102 -
CMYK 0 0.15 0.48 0.22
HSL 41.88º 0.46% 0.59% -
HSV(B) 41.88º 0.48% 0.78% -
XYZ 39.87 41.34 18.45 -
YUV 170.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 198 169 102 0 0.15 0.48 0.22 41.88 0.46 0.59
Hex C6 A9 66 0 F 30 16 2A 2E 3B
Octal 306 251 146 0 17 60 26 52 56 73
Binary 11000110 10101001 1100110 0 1111 110000 10110 101010 101110 111011

Color Harmonies of #C6A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A966

Black with #C6A966

Text Example


Text Example

White with #C6A966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A966; }

 p { color: rgb(198,169,102); }

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

background-color css

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

 a { background-color: rgb(198,169,102); }

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

border-color css

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

 span { border-color: rgb(198,169,102); }

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