Html Css Color HEX #C3A466 Laser

📋 copy color: '#C3A466'

red 195 ◦ green 164 ◦ blue 102

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

Shades of Laser #C3A466

Tints of Laser #C3A466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 42.3%
G = 35.57%
B = 22.13%

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

#C3A466 (or 0xC3A466) is known color: Laser. HEX triplet: C3, A4 and 66. RGB value is (195,164,102). Sum of RGB (Red+Green+Blue) = 195+164+102=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A466 is #3C5B99. Grayscale: #A6A6A6. Windows color (decimal): -3955610 or 6726851. OLE color: 6726851.

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

Color convert

RGB 195 164 102 -
CMYK 0 0.16 0.48 0.24
HSL 40º 0.44% 0.58% -
HSV(B) 40º 0.48% 0.76% -
XYZ 38.18 39.11 18.11 -
YUV 166.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 195 164 102 0 0.16 0.48 0.24 40 0.44 0.58
Hex C3 A4 66 0 10 30 18 28 2C 3A
Octal 303 244 146 0 20 60 30 50 54 72
Binary 11000011 10100100 1100110 0 10000 110000 11000 101000 101100 111010

Color Harmonies of #C3A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A466

Black with #C3A466

Text Example


Text Example

White with #C3A466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A466; }

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

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

background-color css

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

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

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

border-color css

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

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

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