Html Css Color HEX #C3A461 Laser

📋 copy color: '#C3A461'

red 195 ◦ green 164 ◦ blue 97

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

Shades of Laser #C3A461

Tints of Laser #C3A461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.96%

 BLUE value IS 97 (38.28% from 255) = 21.27%

R = 42.76%
G = 35.96%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3A461 (or 0xC3A461) is known color: Laser. HEX triplet: C3, A4 and 61. RGB value is (195,164,97). Sum of RGB (Red+Green+Blue) = 195+164+97=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A461 is #3C5B9E. Grayscale: #A5A5A5. Windows color (decimal): -3955615 or 6399171. OLE color: 6399171.

HSL color Cylindrical-coordinate representation of color #C3A461: hue angle of 41.02º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3A461 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 164 97 -
CMYK 0 0.16 0.50 0.24
HSL 41.02º 0.45% 0.57% -
HSV(B) 41.02º 0.5% 0.76% -
XYZ 37.94 39.02 16.84 -
YUV 165.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 195 164 97 0 0.16 0.50 0.24 41.02 0.45 0.57
Hex C3 A4 61 0 10 32 18 29 2D 39
Octal 303 244 141 0 20 62 30 51 55 71
Binary 11000011 10100100 1100001 0 10000 110010 11000 101001 101101 111001

Color Harmonies of #C3A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A461

Black with #C3A461

Text Example


Text Example

White with #C3A461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A461; }

 p { color: rgb(195,164,97); }

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

background-color css

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

 a { background-color: rgb(195,164,97); }

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

border-color css

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

 span { border-color: rgb(195,164,97); }

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