Html Css Color HEX #C0A761 Laser

📋 copy color: '#C0A761'

red 192 ◦ green 167 ◦ blue 97

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

Shades of Laser #C0A761

Tints of Laser #C0A761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.27%

R = 42.11%
G = 36.62%
B = 21.27%

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

#C0A761 (or 0xC0A761) is known color: Laser. HEX triplet: C0, A7 and 61. RGB value is (192,167,97). Sum of RGB (Red+Green+Blue) = 192+167+97=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A761 is #3F589E. Grayscale: #A6A6A6. Windows color (decimal): -4151455 or 6399936. OLE color: 6399936.

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

Color convert

RGB 192 167 97 -
CMYK 0 0.13 0.49 0.25
HSL 44.21º 0.43% 0.57% -
HSV(B) 44.21º 0.49% 0.75% -
XYZ 37.71 39.71 16.99 -
YUV 166.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 192 167 97 0 0.13 0.49 0.25 44.21 0.43 0.57
Hex C0 A7 61 0 D 31 19 2C 2B 39
Octal 300 247 141 0 15 61 31 54 53 71
Binary 11000000 10100111 1100001 0 1101 110001 11001 101100 101011 111001

Color Harmonies of #C0A761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A761

Black with #C0A761

Text Example


Text Example

White with #C0A761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A761; }

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

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

background-color css

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

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

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

border-color css

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

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

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