Html Css Color HEX #C6B166 Laser

📋 copy color: '#C6B166'

red 198 ◦ green 177 ◦ blue 102

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

Shades of Laser #C6B166

Tints of Laser #C6B166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.11%

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

R = 41.51%
G = 37.11%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C6B166 (or 0xC6B166) is known color: Laser. HEX triplet: C6, B1 and 66. RGB value is (198,177,102). Sum of RGB (Red+Green+Blue) = 198+177+102=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B166 is #394E99. Grayscale: #AFAFAF. Windows color (decimal): -3755674 or 6730182. OLE color: 6730182.

HSL color Cylindrical-coordinate representation of color #C6B166: hue angle of 46.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 #C6B166 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 177 102 -
CMYK 0 0.11 0.48 0.22
HSL 46.88º 0.46% 0.59% -
HSV(B) 46.88º 0.48% 0.78% -
XYZ 41.41 44.41 18.96 -
YUV 174.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 198 177 102 0 0.11 0.48 0.22 46.88 0.46 0.59
Hex C6 B1 66 0 B 30 16 2F 2E 3B
Octal 306 261 146 0 13 60 26 57 56 73
Binary 11000110 10110001 1100110 0 1011 110000 10110 101111 101110 111011

Color Harmonies of #C6B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B166

Black with #C6B166

Text Example


Text Example

White with #C6B166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B166; }

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

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

background-color css

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

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

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

border-color css

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

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

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