Html Css Color HEX #C4A55F Laser

📋 copy color: '#C4A55F'

red 196 ◦ green 165 ◦ blue 95

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

Shades of Laser #C4A55F

Tints of Laser #C4A55F

RGB

 RED value IS 196 (76.95% from 255) = 42.98%

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 95 (37.5% from 255) = 20.83%

R = 42.98%
G = 36.18%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4A55F (or 0xC4A55F) is known color: Laser. HEX triplet: C4, A5 and 5F. RGB value is (196,165,95). Sum of RGB (Red+Green+Blue) = 196+165+95=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A55F is #3B5AA0. Grayscale: #A6A6A6. Windows color (decimal): -3889825 or 6268356. OLE color: 6268356.

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

Color convert

RGB 196 165 95 -
CMYK 0 0.16 0.52 0.23
HSL 41.58º 0.46% 0.57% -
HSV(B) 41.58º 0.52% 0.77% -
XYZ 38.29 39.47 16.43 -
YUV 166.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 196 165 95 0 0.16 0.52 0.23 41.58 0.46 0.57
Hex C4 A5 5F 0 10 34 17 2A 2E 39
Octal 304 245 137 0 20 64 27 52 56 71
Binary 11000100 10100101 1011111 0 10000 110100 10111 101010 101110 111001

Color Harmonies of #C4A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A55F

Black with #C4A55F

Text Example


Text Example

White with #C4A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A55F; }

 p { color: rgb(196,165,95); }

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

background-color css

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

 a { background-color: rgb(196,165,95); }

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

border-color css

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

 span { border-color: rgb(196,165,95); }

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