Html Css Color HEX #C3A465 Laser

📋 copy color: '#C3A465'

red 195 ◦ green 164 ◦ blue 101

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

Shades of Laser #C3A465

Tints of Laser #C3A465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 42.39%
G = 35.65%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3A465 (or 0xC3A465) is known color: Laser. HEX triplet: C3, A4 and 65. RGB value is (195,164,101). Sum of RGB (Red+Green+Blue) = 195+164+101=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A465 is #3C5B9A. Grayscale: #A6A6A6. Windows color (decimal): -3955611 or 6661315. OLE color: 6661315.

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

Color convert

RGB 195 164 101 -
CMYK 0 0.16 0.48 0.24
HSL 40.21º 0.44% 0.58% -
HSV(B) 40.21º 0.48% 0.76% -
XYZ 38.13 39.09 17.85 -
YUV 166.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 195 164 101 0 0.16 0.48 0.24 40.21 0.44 0.58
Hex C3 A4 65 0 10 30 18 28 2C 3A
Octal 303 244 145 0 20 60 30 50 54 72
Binary 11000011 10100100 1100101 0 10000 110000 11000 101000 101100 111010

Color Harmonies of #C3A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A465

Black with #C3A465

Text Example


Text Example

White with #C3A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A465; }

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

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

background-color css

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

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

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

border-color css

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

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

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