Html Css Color HEX #C3A464 Laser

📋 copy color: '#C3A464'

red 195 ◦ green 164 ◦ blue 100

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

Shades of Laser #C3A464

Tints of Laser #C3A464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 42.48%
G = 35.73%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3A464 (or 0xC3A464) is known color: Laser. HEX triplet: C3, A4 and 64. RGB value is (195,164,100). Sum of RGB (Red+Green+Blue) = 195+164+100=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A464 is #3C5B9B. Grayscale: #A6A6A6. Windows color (decimal): -3955612 or 6595779. OLE color: 6595779.

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

Color convert

RGB 195 164 100 -
CMYK 0 0.16 0.49 0.24
HSL 40.42º 0.44% 0.58% -
HSV(B) 40.42º 0.49% 0.76% -
XYZ 38.08 39.07 17.59 -
YUV 165.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 195 164 100 0 0.16 0.49 0.24 40.42 0.44 0.58
Hex C3 A4 64 0 10 31 18 28 2C 3A
Octal 303 244 144 0 20 61 30 50 54 72
Binary 11000011 10100100 1100100 0 10000 110001 11000 101000 101100 111010

Color Harmonies of #C3A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A464

Black with #C3A464

Text Example


Text Example

White with #C3A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A464; }

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

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

background-color css

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

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

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

border-color css

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

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

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