Html Css Color HEX #C3A760 Laser

📋 copy color: '#C3A760'

red 195 ◦ green 167 ◦ blue 96

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

Shades of Laser #C3A760

Tints of Laser #C3A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.46%

 BLUE value IS 96 (37.89% from 255) = 20.96%

R = 42.58%
G = 36.46%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3A760 (or 0xC3A760) is known color: Laser. HEX triplet: C3, A7 and 60. RGB value is (195,167,96). Sum of RGB (Red+Green+Blue) = 195+167+96=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A760 is #3C589F. Grayscale: #A7A7A7. Windows color (decimal): -3954848 or 6334403. OLE color: 6334403.

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

Color convert

RGB 195 167 96 -
CMYK 0 0.14 0.51 0.24
HSL 43.03º 0.45% 0.57% -
HSV(B) 43.03º 0.51% 0.76% -
XYZ 38.44 40.08 16.78 -
YUV 167.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 195 167 96 0 0.14 0.51 0.24 43.03 0.45 0.57
Hex C3 A7 60 0 E 33 18 2B 2D 39
Octal 303 247 140 0 16 63 30 53 55 71
Binary 11000011 10100111 1100000 0 1110 110011 11000 101011 101101 111001

Color Harmonies of #C3A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A760

Black with #C3A760

Text Example


Text Example

White with #C3A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A760; }

 p { color: rgb(195,167,96); }

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

background-color css

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

 a { background-color: rgb(195,167,96); }

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

border-color css

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

 span { border-color: rgb(195,167,96); }

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