Html Css Color HEX #C5B35C Laser

📋 copy color: '#C5B35C'

red 197 ◦ green 179 ◦ blue 92

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

Shades of Laser #C5B35C

Tints of Laser #C5B35C

RGB

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

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

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

R = 42.09%
G = 38.25%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5B35C (or 0xC5B35C) is known color: Laser. HEX triplet: C5, B3 and 5C. RGB value is (197,179,92). Sum of RGB (Red+Green+Blue) = 197+179+92=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B35C is #3A4CA3. Grayscale: #AEAEAE. Windows color (decimal): -3820708 or 6075333. OLE color: 6075333.

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

Color convert

RGB 197 179 92 -
CMYK 0 0.09 0.53 0.23
HSL 49.71º 0.48% 0.57% -
HSV(B) 49.71º 0.53% 0.77% -
XYZ 41.08 44.88 16.62 -
YUV 174.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 197 179 92 0 0.09 0.53 0.23 49.71 0.48 0.57
Hex C5 B3 5C 0 9 35 17 32 30 39
Octal 305 263 134 0 11 65 27 62 60 71
Binary 11000101 10110011 1011100 0 1001 110101 10111 110010 110000 111001

Color Harmonies of #C5B35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B35C

Black with #C5B35C

Text Example


Text Example

White with #C5B35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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