Html Css Color HEX #C3A765 Laser

📋 copy color: '#C3A765'

red 195 ◦ green 167 ◦ blue 101

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

Shades of Laser #C3A765

Tints of Laser #C3A765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 42.12%
G = 36.07%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3A765 (or 0xC3A765) is known color: Laser. HEX triplet: C3, A7 and 65. RGB value is (195,167,101). Sum of RGB (Red+Green+Blue) = 195+167+101=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A765 is #3C589A. Grayscale: #A8A8A8. Windows color (decimal): -3954843 or 6662083. OLE color: 6662083.

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

Color convert

RGB 195 167 101 -
CMYK 0 0.14 0.48 0.24
HSL 42.13º 0.44% 0.58% -
HSV(B) 42.13º 0.48% 0.76% -
XYZ 38.67 40.18 18.03 -
YUV 167.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 195 167 101 0 0.14 0.48 0.24 42.13 0.44 0.58
Hex C3 A7 65 0 E 30 18 2A 2C 3A
Octal 303 247 145 0 16 60 30 52 54 72
Binary 11000011 10100111 1100101 0 1110 110000 11000 101010 101100 111010

Color Harmonies of #C3A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A765

Black with #C3A765

Text Example


Text Example

White with #C3A765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A765; }

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

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

background-color css

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

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

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

border-color css

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

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

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