Html Css Color HEX #C3A15B Laser

📋 copy color: '#C3A15B'

red 195 ◦ green 161 ◦ blue 91

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

Shades of Laser #C3A15B

Tints of Laser #C3A15B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

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

R = 43.62%
G = 36.02%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3A15B (or 0xC3A15B) is known color: Laser. HEX triplet: C3, A1 and 5B. RGB value is (195,161,91). Sum of RGB (Red+Green+Blue) = 195+161+91=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A15B is #3C5EA4. Grayscale: #A3A3A3. Windows color (decimal): -3956389 or 6005187. OLE color: 6005187.

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

Color convert

RGB 195 161 91 -
CMYK 0 0.17 0.53 0.24
HSL 40.38º 0.46% 0.56% -
HSV(B) 40.38º 0.53% 0.76% -
XYZ 37.14 37.85 15.25 -
YUV 163.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 195 161 91 0 0.17 0.53 0.24 40.38 0.46 0.56
Hex C3 A1 5B 0 11 35 18 28 2E 38
Octal 303 241 133 0 21 65 30 50 56 70
Binary 11000011 10100001 1011011 0 10001 110101 11000 101000 101110 111000

Color Harmonies of #C3A15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A15B

Black with #C3A15B

Text Example


Text Example

White with #C3A15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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