Html Css Color HEX #C4AB63 Laser

📋 copy color: '#C4AB63'

red 196 ◦ green 171 ◦ blue 99

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

Shades of Laser #C4AB63

Tints of Laser #C4AB63

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 42.06%
G = 36.7%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C4AB63 (or 0xC4AB63) is known color: Laser. HEX triplet: C4, AB and 63. RGB value is (196,171,99). Sum of RGB (Red+Green+Blue) = 196+171+99=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB63 is #3B549C. Grayscale: #AAAAAA. Windows color (decimal): -3888285 or 6532036. OLE color: 6532036.

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

Color convert

RGB 196 171 99 -
CMYK 0 0.13 0.49 0.23
HSL 44.54º 0.45% 0.58% -
HSV(B) 44.54º 0.49% 0.77% -
XYZ 39.58 41.76 17.78 -
YUV 170.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 196 171 99 0 0.13 0.49 0.23 44.54 0.45 0.58
Hex C4 AB 63 0 D 31 17 2D 2D 3A
Octal 304 253 143 0 15 61 27 55 55 72
Binary 11000100 10101011 1100011 0 1101 110001 10111 101101 101101 111010

Color Harmonies of #C4AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB63

Black with #C4AB63

Text Example


Text Example

White with #C4AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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