Html Css Color HEX #C3A565 Laser

📋 copy color: '#C3A565'

red 195 ◦ green 165 ◦ blue 101

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

Shades of Laser #C3A565

Tints of Laser #C3A565

RGB

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

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

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

R = 42.3%
G = 35.79%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3A565 (or 0xC3A565) is known color: Laser. HEX triplet: C3, A5 and 65. RGB value is (195,165,101). Sum of RGB (Red+Green+Blue) = 195+165+101=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A565 is #3C5A9A. Grayscale: #A6A6A6. Windows color (decimal): -3955355 or 6661571. OLE color: 6661571.

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

Color convert

RGB 195 165 101 -
CMYK 0 0.15 0.48 0.24
HSL 40.85º 0.44% 0.58% -
HSV(B) 40.85º 0.48% 0.76% -
XYZ 38.31 39.45 17.91 -
YUV 166.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 195 165 101 0 0.15 0.48 0.24 40.85 0.44 0.58
Hex C3 A5 65 0 F 30 18 29 2C 3A
Octal 303 245 145 0 17 60 30 51 54 72
Binary 11000011 10100101 1100101 0 1111 110000 11000 101001 101100 111010

Color Harmonies of #C3A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A565

Black with #C3A565

Text Example


Text Example

White with #C3A565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A565; }

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

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

background-color css

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

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

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

border-color css

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

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

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