Html Css Color HEX #C5B363 Laser

📋 copy color: '#C5B363'

red 197 ◦ green 179 ◦ blue 99

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

Shades of Laser #C5B363

Tints of Laser #C5B363

RGB

 RED value IS 197 (77.34% from 255) = 41.47%

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

 BLUE value IS 99 (39.06% from 255) = 20.84%

R = 41.47%
G = 37.68%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C5B363 (or 0xC5B363) is known color: Laser. HEX triplet: C5, B3 and 63. RGB value is (197,179,99). Sum of RGB (Red+Green+Blue) = 197+179+99=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B363 is #3A4C9C. Grayscale: #AFAFAF. Windows color (decimal): -3820701 or 6534085. OLE color: 6534085.

HSL color Cylindrical-coordinate representation of color #C5B363: hue angle of 48.98º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5B363 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 99 -
CMYK 0 0.09 0.50 0.23
HSL 48.98º 0.46% 0.58% -
HSV(B) 48.98º 0.5% 0.77% -
XYZ 41.4 45.01 18.31 -
YUV 175.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 197 179 99 0 0.09 0.50 0.23 48.98 0.46 0.58
Hex C5 B3 63 0 9 32 17 31 2E 3A
Octal 305 263 143 0 11 62 27 61 56 72
Binary 11000101 10110011 1100011 0 1001 110010 10111 110001 101110 111010

Color Harmonies of #C5B363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B363

Black with #C5B363

Text Example


Text Example

White with #C5B363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B363; }

 p { color: rgb(197,179,99); }

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

background-color css

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

 a { background-color: rgb(197,179,99); }

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

border-color css

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

 span { border-color: rgb(197,179,99); }

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