Html Css Color HEX #C3A966 Laser

📋 copy color: '#C3A966'

red 195 ◦ green 169 ◦ blue 102

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

Shades of Laser #C3A966

Tints of Laser #C3A966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

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

R = 41.85%
G = 36.27%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3A966 (or 0xC3A966) is known color: Laser. HEX triplet: C3, A9 and 66. RGB value is (195,169,102). Sum of RGB (Red+Green+Blue) = 195+169+102=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A966 is #3C5699. Grayscale: #A9A9A9. Windows color (decimal): -3954330 or 6728131. OLE color: 6728131.

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

Color convert

RGB 195 169 102 -
CMYK 0 0.13 0.48 0.24
HSL 43.23º 0.44% 0.58% -
HSV(B) 43.23º 0.48% 0.76% -
XYZ 39.09 40.94 18.41 -
YUV 169.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 195 169 102 0 0.13 0.48 0.24 43.23 0.44 0.58
Hex C3 A9 66 0 D 30 18 2B 2C 3A
Octal 303 251 146 0 15 60 30 53 54 72
Binary 11000011 10101001 1100110 0 1101 110000 11000 101011 101100 111010

Color Harmonies of #C3A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A966

Black with #C3A966

Text Example


Text Example

White with #C3A966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A966; }

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

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

background-color css

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

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

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

border-color css

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

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

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