Html Css Color HEX #C3AB5F Laser

📋 copy color: '#C3AB5F'

red 195 ◦ green 171 ◦ blue 95

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

Shades of Laser #C3AB5F

Tints of Laser #C3AB5F

RGB

 RED value IS 195 (76.56% from 255) = 42.3%

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

 BLUE value IS 95 (37.5% from 255) = 20.61%

R = 42.3%
G = 37.09%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3AB5F (or 0xC3AB5F) is known color: Laser. HEX triplet: C3, AB and 5F. RGB value is (195,171,95). Sum of RGB (Red+Green+Blue) = 195+171+95=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB5F is #3C54A0. Grayscale: #A9A9A9. Windows color (decimal): -3953825 or 6269891. OLE color: 6269891.

HSL color Cylindrical-coordinate representation of color #C3AB5F: hue angle of 45.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3AB5F is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 171 95 -
CMYK 0 0.12 0.51 0.24
HSL 45.6º 0.45% 0.57% -
HSV(B) 45.6º 0.51% 0.76% -
XYZ 39.13 41.55 16.78 -
YUV 169.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 195 171 95 0 0.12 0.51 0.24 45.6 0.45 0.57
Hex C3 AB 5F 0 C 33 18 2E 2D 39
Octal 303 253 137 0 14 63 30 56 55 71
Binary 11000011 10101011 1011111 0 1100 110011 11000 101110 101101 111001

Color Harmonies of #C3AB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB5F

Black with #C3AB5F

Text Example


Text Example

White with #C3AB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB5F; }

 p { color: rgb(195,171,95); }

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

background-color css

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

 a { background-color: rgb(195,171,95); }

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

border-color css

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

 span { border-color: rgb(195,171,95); }

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