Html Css Color HEX #C3A95E Laser

📋 copy color: '#C3A95E'

red 195 ◦ green 169 ◦ blue 94

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

Shades of Laser #C3A95E

Tints of Laser #C3A95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.9%

 BLUE value IS 94 (37.11% from 255) = 20.52%

R = 42.58%
G = 36.9%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3A95E (or 0xC3A95E) is known color: Laser. HEX triplet: C3, A9 and 5E. RGB value is (195,169,94). Sum of RGB (Red+Green+Blue) = 195+169+94=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A95E is #3C56A1. Grayscale: #A8A8A8. Windows color (decimal): -3954338 or 6203843. OLE color: 6203843.

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

Color convert

RGB 195 169 94 -
CMYK 0 0.13 0.52 0.24
HSL 44.55º 0.46% 0.57% -
HSV(B) 44.55º 0.52% 0.76% -
XYZ 38.71 40.79 16.42 -
YUV 168.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 195 169 94 0 0.13 0.52 0.24 44.55 0.46 0.57
Hex C3 A9 5E 0 D 34 18 2D 2E 39
Octal 303 251 136 0 15 64 30 55 56 71
Binary 11000011 10101001 1011110 0 1101 110100 11000 101101 101110 111001

Color Harmonies of #C3A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A95E

Black with #C3A95E

Text Example


Text Example

White with #C3A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A95E; }

 p { color: rgb(195,169,94); }

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

background-color css

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

 a { background-color: rgb(195,169,94); }

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

border-color css

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

 span { border-color: rgb(195,169,94); }

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