Html Css Color HEX #C2A362 Laser

📋 copy color: '#C2A362'

red 194 ◦ green 163 ◦ blue 98

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

Shades of Laser #C2A362

Tints of Laser #C2A362

RGB

 RED value IS 194 (76.17% from 255) = 42.64%

 GREEN value IS 163 (64.06% from 255) = 35.82%

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

R = 42.64%
G = 35.82%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C2A362 (or 0xC2A362) is known color: Laser. HEX triplet: C2, A3 and 62. RGB value is (194,163,98). Sum of RGB (Red+Green+Blue) = 194+163+98=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A362 is #3D5C9D. Grayscale: #A5A5A5. Windows color (decimal): -4021406 or 6464450. OLE color: 6464450.

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

Color convert

RGB 194 163 98 -
CMYK 0 0.16 0.49 0.24
HSL 40.63º 0.44% 0.57% -
HSV(B) 40.63º 0.49% 0.76% -
XYZ 37.55 38.55 17.02 -
YUV 164.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 194 163 98 0 0.16 0.49 0.24 40.63 0.44 0.57
Hex C2 A3 62 0 10 31 18 29 2C 39
Octal 302 243 142 0 20 61 30 51 54 71
Binary 11000010 10100011 1100010 0 10000 110001 11000 101001 101100 111001

Color Harmonies of #C2A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A362

Black with #C2A362

Text Example


Text Example

White with #C2A362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A362; }

 p { color: rgb(194,163,98); }

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

background-color css

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

 a { background-color: rgb(194,163,98); }

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

border-color css

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

 span { border-color: rgb(194,163,98); }

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