Html Css Color HEX #C7B360 Laser

📋 copy color: '#C7B360'

red 199 ◦ green 179 ◦ blue 96

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

Shades of Laser #C7B360

Tints of Laser #C7B360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.76%

 BLUE value IS 96 (37.89% from 255) = 20.25%

R = 41.98%
G = 37.76%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7B360 (or 0xC7B360) is known color: Laser. HEX triplet: C7, B3 and 60. RGB value is (199,179,96). Sum of RGB (Red+Green+Blue) = 199+179+96=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B360 is #384C9F. Grayscale: #AFAFAF. Windows color (decimal): -3689632 or 6337479. OLE color: 6337479.

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

Color convert

RGB 199 179 96 -
CMYK 0 0.10 0.52 0.22
HSL 48.35º 0.48% 0.58% -
HSV(B) 48.35º 0.52% 0.78% -
XYZ 41.78 45.23 17.59 -
YUV 175.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 199 179 96 0 0.10 0.52 0.22 48.35 0.48 0.58
Hex C7 B3 60 0 A 34 16 30 30 3A
Octal 307 263 140 0 12 64 26 60 60 72
Binary 11000111 10110011 1100000 0 1010 110100 10110 110000 110000 111010

Color Harmonies of #C7B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B360

Black with #C7B360

Text Example


Text Example

White with #C7B360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B360; }

 p { color: rgb(199,179,96); }

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

background-color css

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

 a { background-color: rgb(199,179,96); }

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

border-color css

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

 span { border-color: rgb(199,179,96); }

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