Html Css Color HEX #C3A55F Laser

📋 copy color: '#C3A55F'

red 195 ◦ green 165 ◦ blue 95

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

Shades of Laser #C3A55F

Tints of Laser #C3A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

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

R = 42.86%
G = 36.26%
B = 20.88%

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

#C3A55F (or 0xC3A55F) is known color: Laser. HEX triplet: C3, A5 and 5F. RGB value is (195,165,95). Sum of RGB (Red+Green+Blue) = 195+165+95=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A55F is #3C5AA0. Grayscale: #A6A6A6. Windows color (decimal): -3955361 or 6268355. OLE color: 6268355.

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

Color convert

RGB 195 165 95 -
CMYK 0 0.15 0.51 0.24
HSL 42º 0.45% 0.57% -
HSV(B) 42º 0.51% 0.76% -
XYZ 38.03 39.34 16.42 -
YUV 165.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 195 165 95 0 0.15 0.51 0.24 42 0.45 0.57
Hex C3 A5 5F 0 F 33 18 2A 2D 39
Octal 303 245 137 0 17 63 30 52 55 71
Binary 11000011 10100101 1011111 0 1111 110011 11000 101010 101101 111001

Color Harmonies of #C3A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A55F

Black with #C3A55F

Text Example


Text Example

White with #C3A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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