Html Css Color HEX #C4AB62 Laser

📋 copy color: '#C4AB62'

red 196 ◦ green 171 ◦ blue 98

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

Shades of Laser #C4AB62

Tints of Laser #C4AB62

RGB

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

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

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

R = 42.15%
G = 36.77%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C4AB62 (or 0xC4AB62) is known color: Laser. HEX triplet: C4, AB and 62. RGB value is (196,171,98). Sum of RGB (Red+Green+Blue) = 196+171+98=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB62 is #3B549D. Grayscale: #AAAAAA. Windows color (decimal): -3888286 or 6466500. OLE color: 6466500.

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

Color convert

RGB 196 171 98 -
CMYK 0 0.13 0.5 0.23
HSL 44.69º 0.45% 0.58% -
HSV(B) 44.69º 0.5% 0.77% -
XYZ 39.53 41.74 17.53 -
YUV 170.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 196 171 98 0 0.13 0.5 0.23 44.69 0.45 0.58
Hex C4 AB 62 0 D 32 17 2D 2D 3A
Octal 304 253 142 0 15 62 27 55 55 72
Binary 11000100 10101011 1100010 0 1101 110010 10111 101101 101101 111010

Color Harmonies of #C4AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AB62

Black with #C4AB62

Text Example


Text Example

White with #C4AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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