Html Css Color HEX #C4A360 Laser

📋 copy color: '#C4A360'

red 196 ◦ green 163 ◦ blue 96

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

Shades of Laser #C4A360

Tints of Laser #C4A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

 BLUE value IS 96 (37.89% from 255) = 21.1%

R = 43.08%
G = 35.82%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4A360 (or 0xC4A360) is known color: Laser. HEX triplet: C4, A3 and 60. RGB value is (196,163,96). Sum of RGB (Red+Green+Blue) = 196+163+96=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A360 is #3B5C9F. Grayscale: #A5A5A5. Windows color (decimal): -3890336 or 6333380. OLE color: 6333380.

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

Color convert

RGB 196 163 96 -
CMYK 0 0.17 0.51 0.23
HSL 40.2º 0.46% 0.57% -
HSV(B) 40.2º 0.51% 0.77% -
XYZ 37.97 38.77 16.55 -
YUV 165.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 196 163 96 0 0.17 0.51 0.23 40.2 0.46 0.57
Hex C4 A3 60 0 11 33 17 28 2E 39
Octal 304 243 140 0 21 63 27 50 56 71
Binary 11000100 10100011 1100000 0 10001 110011 10111 101000 101110 111001

Color Harmonies of #C4A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A360

Black with #C4A360

Text Example


Text Example

White with #C4A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A360; }

 p { color: rgb(196,163,96); }

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

background-color css

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

 a { background-color: rgb(196,163,96); }

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

border-color css

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

 span { border-color: rgb(196,163,96); }

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