Html Css Color HEX #C5B15C Laser

📋 copy color: '#C5B15C'

red 197 ◦ green 177 ◦ blue 92

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

Shades of Laser #C5B15C

Tints of Laser #C5B15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 42.27%
G = 37.98%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5B15C (or 0xC5B15C) is known color: Laser. HEX triplet: C5, B1 and 5C. RGB value is (197,177,92). Sum of RGB (Red+Green+Blue) = 197+177+92=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B15C is #3A4EA3. Grayscale: #ADADAD. Windows color (decimal): -3821220 or 6074821. OLE color: 6074821.

HSL color Cylindrical-coordinate representation of color #C5B15C: hue angle of 48.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5B15C is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 92 -
CMYK 0 0.10 0.53 0.23
HSL 48.57º 0.48% 0.57% -
HSV(B) 48.57º 0.53% 0.77% -
XYZ 40.68 44.09 16.49 -
YUV 173.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 197 177 92 0 0.10 0.53 0.23 48.57 0.48 0.57
Hex C5 B1 5C 0 A 35 17 31 30 39
Octal 305 261 134 0 12 65 27 61 60 71
Binary 11000101 10110001 1011100 0 1010 110101 10111 110001 110000 111001

Color Harmonies of #C5B15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B15C

Black with #C5B15C

Text Example


Text Example

White with #C5B15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B15C; }

 p { color: rgb(197,177,92); }

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

background-color css

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

 a { background-color: rgb(197,177,92); }

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

border-color css

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

 span { border-color: rgb(197,177,92); }

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