Html Css Color HEX #C3A65F Laser

📋 copy color: '#C3A65F'

red 195 ◦ green 166 ◦ blue 95

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

Shades of Laser #C3A65F

Tints of Laser #C3A65F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

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

R = 42.76%
G = 36.4%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3A65F (or 0xC3A65F) is known color: Laser. HEX triplet: C3, A6 and 5F. RGB value is (195,166,95). Sum of RGB (Red+Green+Blue) = 195+166+95=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A65F is #3C59A0. Grayscale: #A6A6A6. Windows color (decimal): -3955105 or 6268611. OLE color: 6268611.

HSL color Cylindrical-coordinate representation of color #C3A65F: hue angle of 42.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 #C3A65F is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 95 -
CMYK 0 0.15 0.51 0.24
HSL 42.6º 0.45% 0.57% -
HSV(B) 42.6º 0.51% 0.76% -
XYZ 38.21 39.7 16.48 -
YUV 166.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 195 166 95 0 0.15 0.51 0.24 42.6 0.45 0.57
Hex C3 A6 5F 0 F 33 18 2B 2D 39
Octal 303 246 137 0 17 63 30 53 55 71
Binary 11000011 10100110 1011111 0 1111 110011 11000 101011 101101 111001

Color Harmonies of #C3A65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A65F

Black with #C3A65F

Text Example


Text Example

White with #C3A65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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