Html Css Color HEX #C5B362 Laser

📋 copy color: '#C5B362'

red 197 ◦ green 179 ◦ blue 98

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

Shades of Laser #C5B362

Tints of Laser #C5B362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.68%

R = 41.56%
G = 37.76%
B = 20.68%

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

#C5B362 (or 0xC5B362) is known color: Laser. HEX triplet: C5, B3 and 62. RGB value is (197,179,98). Sum of RGB (Red+Green+Blue) = 197+179+98=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B362 is #3A4C9D. Grayscale: #AFAFAF. Windows color (decimal): -3820702 or 6468549. OLE color: 6468549.

HSL color Cylindrical-coordinate representation of color #C5B362: hue angle of 49.09º 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 #C5B362 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 98 -
CMYK 0 0.09 0.50 0.23
HSL 49.09º 0.46% 0.58% -
HSV(B) 49.09º 0.5% 0.77% -
XYZ 41.35 44.99 18.06 -
YUV 175.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 197 179 98 0 0.09 0.50 0.23 49.09 0.46 0.58
Hex C5 B3 62 0 9 32 17 31 2E 3A
Octal 305 263 142 0 11 62 27 61 56 72
Binary 11000101 10110011 1100010 0 1001 110010 10111 110001 101110 111010

Color Harmonies of #C5B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B362

Black with #C5B362

Text Example


Text Example

White with #C5B362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B362; }

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

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

background-color css

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

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

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

border-color css

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

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

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