Html Css Color HEX #C3A862 Laser

📋 copy color: '#C3A862'

red 195 ◦ green 168 ◦ blue 98

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

Shades of Laser #C3A862

Tints of Laser #C3A862

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 42.3%
G = 36.44%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3A862 (or 0xC3A862) is known color: Laser. HEX triplet: C3, A8 and 62. RGB value is (195,168,98). Sum of RGB (Red+Green+Blue) = 195+168+98=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A862 is #3C579D. Grayscale: #A8A8A8. Windows color (decimal): -3954590 or 6465731. OLE color: 6465731.

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

Color convert

RGB 195 168 98 -
CMYK 0 0.14 0.50 0.24
HSL 43.3º 0.45% 0.57% -
HSV(B) 43.3º 0.5% 0.76% -
XYZ 38.71 40.49 17.33 -
YUV 168.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 195 168 98 0 0.14 0.50 0.24 43.3 0.45 0.57
Hex C3 A8 62 0 E 32 18 2B 2D 39
Octal 303 250 142 0 16 62 30 53 55 71
Binary 11000011 10101000 1100010 0 1110 110010 11000 101011 101101 111001

Color Harmonies of #C3A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A862

Black with #C3A862

Text Example


Text Example

White with #C3A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A862; }

 p { color: rgb(195,168,98); }

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

background-color css

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

 a { background-color: rgb(195,168,98); }

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

border-color css

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

 span { border-color: rgb(195,168,98); }

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