Html Css Color HEX #C3A265 Laser

📋 copy color: '#C3A265'

red 195 ◦ green 162 ◦ blue 101

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

Shades of Laser #C3A265

Tints of Laser #C3A265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.37%

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

R = 42.58%
G = 35.37%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3A265 (or 0xC3A265) is known color: Laser. HEX triplet: C3, A2 and 65. RGB value is (195,162,101). Sum of RGB (Red+Green+Blue) = 195+162+101=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A265 is #3C5D9A. Grayscale: #A5A5A5. Windows color (decimal): -3956123 or 6660803. OLE color: 6660803.

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

Color convert

RGB 195 162 101 -
CMYK 0 0.17 0.48 0.24
HSL 38.94º 0.44% 0.58% -
HSV(B) 38.94º 0.48% 0.76% -
XYZ 37.77 38.38 17.73 -
YUV 164.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 195 162 101 0 0.17 0.48 0.24 38.94 0.44 0.58
Hex C3 A2 65 0 11 30 18 27 2C 3A
Octal 303 242 145 0 21 60 30 47 54 72
Binary 11000011 10100010 1100101 0 10001 110000 11000 100111 101100 111010

Color Harmonies of #C3A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A265

Black with #C3A265

Text Example


Text Example

White with #C3A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A265; }

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

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

background-color css

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

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

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

border-color css

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

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

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