Html Css Color HEX #C4A062 Laser

📋 copy color: '#C4A062'

red 196 ◦ green 160 ◦ blue 98

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

Shades of Laser #C4A062

Tints of Laser #C4A062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.24%

 BLUE value IS 98 (38.67% from 255) = 21.59%

R = 43.17%
G = 35.24%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C4A062 (or 0xC4A062) is known color: Laser. HEX triplet: C4, A0 and 62. RGB value is (196,160,98). Sum of RGB (Red+Green+Blue) = 196+160+98=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A062 is #3B5F9D. Grayscale: #A3A3A3. Windows color (decimal): -3891102 or 6463684. OLE color: 6463684.

HSL color Cylindrical-coordinate representation of color #C4A062: hue angle of 37.96º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4A062 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 98 -
CMYK 0 0.18 0.5 0.23
HSL 37.96º 0.45% 0.58% -
HSV(B) 37.96º 0.5% 0.77% -
XYZ 37.54 37.76 16.86 -
YUV 163.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 196 160 98 0 0.18 0.5 0.23 37.96 0.45 0.58
Hex C4 A0 62 0 12 32 17 26 2D 3A
Octal 304 240 142 0 22 62 27 46 55 72
Binary 11000100 10100000 1100010 0 10010 110010 10111 100110 101101 111010

Color Harmonies of #C4A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A062

Black with #C4A062

Text Example


Text Example

White with #C4A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A062; }

 p { color: rgb(196,160,98); }

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

background-color css

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

 a { background-color: rgb(196,160,98); }

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

border-color css

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

 span { border-color: rgb(196,160,98); }

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