Html Css Color HEX #C0A76C Laser

📋 copy color: '#C0A76C'

red 192 ◦ green 167 ◦ blue 108

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

Shades of Laser #C0A76C

Tints of Laser #C0A76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 41.11%
G = 35.76%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0A76C (or 0xC0A76C) is known color: Laser. HEX triplet: C0, A7 and 6C. RGB value is (192,167,108). Sum of RGB (Red+Green+Blue) = 192+167+108=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A76C is #3F5893. Grayscale: #A8A8A8. Windows color (decimal): -4151444 or 7120832. OLE color: 7120832.

HSL color Cylindrical-coordinate representation of color #C0A76C: hue angle of 42.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0A76C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 108 -
CMYK 0 0.13 0.44 0.25
HSL 42.14º 0.4% 0.59% -
HSV(B) 42.14º 0.44% 0.75% -
XYZ 38.26 39.93 19.88 -
YUV 167.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 192 167 108 0 0.13 0.44 0.25 42.14 0.4 0.59
Hex C0 A7 6C 0 D 2C 19 2A 28 3B
Octal 300 247 154 0 15 54 31 52 50 73
Binary 11000000 10100111 1101100 0 1101 101100 11001 101010 101000 111011

Color Harmonies of #C0A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A76C

Black with #C0A76C

Text Example


Text Example

White with #C0A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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