Html Css Color HEX #C4A45E Laser

📋 copy color: '#C4A45E'

red 196 ◦ green 164 ◦ blue 94

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

Shades of Laser #C4A45E

Tints of Laser #C4A45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.12%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 43.17%
G = 36.12%
B = 20.7%

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

#C4A45E (or 0xC4A45E) is known color: Laser. HEX triplet: C4, A4 and 5E. RGB value is (196,164,94). Sum of RGB (Red+Green+Blue) = 196+164+94=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A45E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A45E is #3B5BA1. Grayscale: #A5A5A5. Windows color (decimal): -3890082 or 6202564. OLE color: 6202564.

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

Color convert

RGB 196 164 94 -
CMYK 0 0.16 0.52 0.23
HSL 41.18º 0.46% 0.57% -
HSV(B) 41.18º 0.52% 0.77% -
XYZ 38.06 39.09 16.13 -
YUV 165.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 196 164 94 0 0.16 0.52 0.23 41.18 0.46 0.57
Hex C4 A4 5E 0 10 34 17 29 2E 39
Octal 304 244 136 0 20 64 27 51 56 71
Binary 11000100 10100100 1011110 0 10000 110100 10111 101001 101110 111001

Color Harmonies of #C4A45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A45E

Black with #C4A45E

Text Example


Text Example

White with #C4A45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A45E; }

 p { color: rgb(196,164,94); }

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

background-color css

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

 a { background-color: rgb(196,164,94); }

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

border-color css

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

 span { border-color: rgb(196,164,94); }

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