Html Css Color HEX #C0A062 Laser

📋 copy color: '#C0A062'

red 192 ◦ green 160 ◦ blue 98

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

Shades of Laser #C0A062

Tints of Laser #C0A062

RGB

 RED value IS 192 (75.39% from 255) = 42.67%

 GREEN value IS 160 (62.89% from 255) = 35.56%

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

R = 42.67%
G = 35.56%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0A062 (or 0xC0A062) is known color: Laser. HEX triplet: C0, A0 and 62. RGB value is (192,160,98). Sum of RGB (Red+Green+Blue) = 192+160+98=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A062 is #3F5F9D. Grayscale: #A2A2A2. Windows color (decimal): -4153246 or 6463680. OLE color: 6463680.

HSL color Cylindrical-coordinate representation of color #C0A062: hue angle of 39.57º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0A062 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 98 -
CMYK 0 0.17 0.49 0.25
HSL 39.57º 0.43% 0.57% -
HSV(B) 39.57º 0.49% 0.75% -
XYZ 36.51 37.23 16.82 -
YUV 162.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 192 160 98 0 0.17 0.49 0.25 39.57 0.43 0.57
Hex C0 A0 62 0 11 31 19 28 2B 39
Octal 300 240 142 0 21 61 31 50 53 71
Binary 11000000 10100000 1100010 0 10001 110001 11001 101000 101011 111001

Color Harmonies of #C0A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A062

Black with #C0A062

Text Example


Text Example

White with #C0A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A062; }

 p { color: rgb(192,160,98); }

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

background-color css

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

 a { background-color: rgb(192,160,98); }

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

border-color css

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

 span { border-color: rgb(192,160,98); }

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