Html Css Color HEX #C0A762 Laser

📋 copy color: '#C0A762'

red 192 ◦ green 167 ◦ blue 98

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

Shades of Laser #C0A762

Tints of Laser #C0A762

RGB

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

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

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

R = 42.01%
G = 36.54%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0A762 (or 0xC0A762) is known color: Laser. HEX triplet: C0, A7 and 62. RGB value is (192,167,98). Sum of RGB (Red+Green+Blue) = 192+167+98=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A762 is #3F589D. Grayscale: #A6A6A6. Windows color (decimal): -4151454 or 6465472. OLE color: 6465472.

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

Color convert

RGB 192 167 98 -
CMYK 0 0.13 0.49 0.25
HSL 44.04º 0.43% 0.57% -
HSV(B) 44.04º 0.49% 0.75% -
XYZ 37.76 39.73 17.23 -
YUV 166.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 192 167 98 0 0.13 0.49 0.25 44.04 0.43 0.57
Hex C0 A7 62 0 D 31 19 2C 2B 39
Octal 300 247 142 0 15 61 31 54 53 71
Binary 11000000 10100111 1100010 0 1101 110001 11001 101100 101011 111001

Color Harmonies of #C0A762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A762

Black with #C0A762

Text Example


Text Example

White with #C0A762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A762; }

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

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

background-color css

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

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

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

border-color css

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

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

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