Html Css Color HEX #C4A458 Laser

📋 copy color: '#C4A458'

red 196 ◦ green 164 ◦ blue 88

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

Shades of Laser #C4A458

Tints of Laser #C4A458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.64%

R = 43.75%
G = 36.61%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C4A458 (or 0xC4A458) is known color: Laser. HEX triplet: C4, A4 and 58. RGB value is (196,164,88). Sum of RGB (Red+Green+Blue) = 196+164+88=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A458 is #3B5BA7. Grayscale: #A5A5A5. Windows color (decimal): -3890088 or 5809348. OLE color: 5809348.

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

Color convert

RGB 196 164 88 -
CMYK 0 0.16 0.55 0.23
HSL 42.22º 0.48% 0.56% -
HSV(B) 42.22º 0.55% 0.77% -
XYZ 37.8 38.99 14.77 -
YUV 164.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 196 164 88 0 0.16 0.55 0.23 42.22 0.48 0.56
Hex C4 A4 58 0 10 37 17 2A 30 38
Octal 304 244 130 0 20 67 27 52 60 70
Binary 11000100 10100100 1011000 0 10000 110111 10111 101010 110000 111000

Color Harmonies of #C4A458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A458

Black with #C4A458

Text Example


Text Example

White with #C4A458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A458; }

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

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

background-color css

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

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

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

border-color css

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

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

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