Html Css Color HEX #C3A661 Laser

📋 copy color: '#C3A661'

red 195 ◦ green 166 ◦ blue 97

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

Shades of Laser #C3A661

Tints of Laser #C3A661

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

 BLUE value IS 97 (38.28% from 255) = 21.18%

R = 42.58%
G = 36.24%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3A661 (or 0xC3A661) is known color: Laser. HEX triplet: C3, A6 and 61. RGB value is (195,166,97). Sum of RGB (Red+Green+Blue) = 195+166+97=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A661 is #3C599E. Grayscale: #A7A7A7. Windows color (decimal): -3955103 or 6399683. OLE color: 6399683.

HSL color Cylindrical-coordinate representation of color #C3A661: hue angle of 42.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3A661 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 97 -
CMYK 0 0.15 0.50 0.24
HSL 42.24º 0.45% 0.57% -
HSV(B) 42.24º 0.5% 0.76% -
XYZ 38.3 39.74 16.96 -
YUV 166.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 195 166 97 0 0.15 0.50 0.24 42.24 0.45 0.57
Hex C3 A6 61 0 F 32 18 2A 2D 39
Octal 303 246 141 0 17 62 30 52 55 71
Binary 11000011 10100110 1100001 0 1111 110010 11000 101010 101101 111001

Color Harmonies of #C3A661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A661

Black with #C3A661

Text Example


Text Example

White with #C3A661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A661; }

 p { color: rgb(195,166,97); }

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

background-color css

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

 a { background-color: rgb(195,166,97); }

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

border-color css

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

 span { border-color: rgb(195,166,97); }

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