Html Css Color HEX #C7B165 Laser

📋 copy color: '#C7B165'

red 199 ◦ green 177 ◦ blue 101

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

Shades of Laser #C7B165

Tints of Laser #C7B165

RGB

 RED value IS 199 (78.13% from 255) = 41.72%

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

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 41.72%
G = 37.11%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C7B165 (or 0xC7B165) is known color: Laser. HEX triplet: C7, B1 and 65. RGB value is (199,177,101). Sum of RGB (Red+Green+Blue) = 199+177+101=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B165 is #384E9A. Grayscale: #AFAFAF. Windows color (decimal): -3690139 or 6664647. OLE color: 6664647.

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

Color convert

RGB 199 177 101 -
CMYK 0 0.11 0.49 0.22
HSL 46.53º 0.47% 0.59% -
HSV(B) 46.53º 0.49% 0.78% -
XYZ 41.62 44.53 18.71 -
YUV 174.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 199 177 101 0 0.11 0.49 0.22 46.53 0.47 0.59
Hex C7 B1 65 0 B 31 16 2F 2F 3B
Octal 307 261 145 0 13 61 26 57 57 73
Binary 11000111 10110001 1100101 0 1011 110001 10110 101111 101111 111011

Color Harmonies of #C7B165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B165

Black with #C7B165

Text Example


Text Example

White with #C7B165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B165; }

 p { color: rgb(199,177,101); }

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

background-color css

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

 a { background-color: rgb(199,177,101); }

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

border-color css

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

 span { border-color: rgb(199,177,101); }

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