Html Css Color HEX #C3A35B Laser

📋 copy color: '#C3A35B'

red 195 ◦ green 163 ◦ blue 91

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

Shades of Laser #C3A35B

Tints of Laser #C3A35B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 91 (35.94% from 255) = 20.27%

R = 43.43%
G = 36.3%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3A35B (or 0xC3A35B) is known color: Laser. HEX triplet: C3, A3 and 5B. RGB value is (195,163,91). Sum of RGB (Red+Green+Blue) = 195+163+91=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A35B is #3C5CA4. Grayscale: #A4A4A4. Windows color (decimal): -3955877 or 6005699. OLE color: 6005699.

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

Color convert

RGB 195 163 91 -
CMYK 0 0.16 0.53 0.24
HSL 41.54º 0.46% 0.56% -
HSV(B) 41.54º 0.53% 0.76% -
XYZ 37.49 38.55 15.36 -
YUV 164.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 195 163 91 0 0.16 0.53 0.24 41.54 0.46 0.56
Hex C3 A3 5B 0 10 35 18 2A 2E 38
Octal 303 243 133 0 20 65 30 52 56 70
Binary 11000011 10100011 1011011 0 10000 110101 11000 101010 101110 111000

Color Harmonies of #C3A35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A35B

Black with #C3A35B

Text Example


Text Example

White with #C3A35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A35B; }

 p { color: rgb(195,163,91); }

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

background-color css

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

 a { background-color: rgb(195,163,91); }

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

border-color css

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

 span { border-color: rgb(195,163,91); }

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