Html Css Color HEX #C0A862 Laser

📋 copy color: '#C0A862'

red 192 ◦ green 168 ◦ blue 98

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

Shades of Laser #C0A862

Tints of Laser #C0A862

RGB

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

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

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

R = 41.92%
G = 36.68%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0A862 (or 0xC0A862) is known color: Laser. HEX triplet: C0, A8 and 62. RGB value is (192,168,98). Sum of RGB (Red+Green+Blue) = 192+168+98=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A862 is #3F579D. Grayscale: #A7A7A7. Windows color (decimal): -4151198 or 6465728. OLE color: 6465728.

HSL color Cylindrical-coordinate representation of color #C0A862: hue angle of 44.68º 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 #C0A862 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 98 -
CMYK 0 0.12 0.49 0.25
HSL 44.68º 0.43% 0.57% -
HSV(B) 44.68º 0.49% 0.75% -
XYZ 37.95 40.09 17.29 -
YUV 167.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 192 168 98 0 0.12 0.49 0.25 44.68 0.43 0.57
Hex C0 A8 62 0 C 31 19 2D 2B 39
Octal 300 250 142 0 14 61 31 55 53 71
Binary 11000000 10101000 1100010 0 1100 110001 11001 101101 101011 111001

Color Harmonies of #C0A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A862

Black with #C0A862

Text Example


Text Example

White with #C0A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A862; }

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

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

background-color css

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

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

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

border-color css

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

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

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