Html Css Color HEX #C4A163 Laser

📋 copy color: '#C4A163'

red 196 ◦ green 161 ◦ blue 99

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

Shades of Laser #C4A163

Tints of Laser #C4A163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.31%

 BLUE value IS 99 (39.06% from 255) = 21.71%

R = 42.98%
G = 35.31%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C4A163 (or 0xC4A163) is known color: Laser. HEX triplet: C4, A1 and 63. RGB value is (196,161,99). Sum of RGB (Red+Green+Blue) = 196+161+99=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A163 is #3B5E9C. Grayscale: #A4A4A4. Windows color (decimal): -3890845 or 6529476. OLE color: 6529476.

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

Color convert

RGB 196 161 99 -
CMYK 0 0.18 0.49 0.23
HSL 38.35º 0.45% 0.58% -
HSV(B) 38.35º 0.49% 0.77% -
XYZ 37.76 38.13 17.17 -
YUV 164.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 196 161 99 0 0.18 0.49 0.23 38.35 0.45 0.58
Hex C4 A1 63 0 12 31 17 26 2D 3A
Octal 304 241 143 0 22 61 27 46 55 72
Binary 11000100 10100001 1100011 0 10010 110001 10111 100110 101101 111010

Color Harmonies of #C4A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A163

Black with #C4A163

Text Example


Text Example

White with #C4A163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A163; }

 p { color: rgb(196,161,99); }

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

background-color css

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

 a { background-color: rgb(196,161,99); }

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

border-color css

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

 span { border-color: rgb(196,161,99); }

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