Html Css Color HEX #C0A361 Laser

📋 copy color: '#C0A361'

red 192 ◦ green 163 ◦ blue 97

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

Shades of Laser #C0A361

Tints of Laser #C0A361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

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

R = 42.48%
G = 36.06%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0A361 (or 0xC0A361) is known color: Laser. HEX triplet: C0, A3 and 61. RGB value is (192,163,97). Sum of RGB (Red+Green+Blue) = 192+163+97=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A361 is #3F5C9E. Grayscale: #A4A4A4. Windows color (decimal): -4152479 or 6398912. OLE color: 6398912.

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

Color convert

RGB 192 163 97 -
CMYK 0 0.15 0.49 0.25
HSL 41.68º 0.43% 0.57% -
HSV(B) 41.68º 0.49% 0.75% -
XYZ 36.99 38.26 16.75 -
YUV 164.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 192 163 97 0 0.15 0.49 0.25 41.68 0.43 0.57
Hex C0 A3 61 0 F 31 19 2A 2B 39
Octal 300 243 141 0 17 61 31 52 53 71
Binary 11000000 10100011 1100001 0 1111 110001 11001 101010 101011 111001

Color Harmonies of #C0A361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A361

Black with #C0A361

Text Example


Text Example

White with #C0A361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A361; }

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

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

background-color css

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

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

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

border-color css

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

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

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