Html Css Color HEX #C0A561 Laser

📋 copy color: '#C0A561'

red 192 ◦ green 165 ◦ blue 97

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

Shades of Laser #C0A561

Tints of Laser #C0A561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

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

R = 42.29%
G = 36.34%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0A561 (or 0xC0A561) is known color: Laser. HEX triplet: C0, A5 and 61. RGB value is (192,165,97). Sum of RGB (Red+Green+Blue) = 192+165+97=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A561 is #3F5A9E. Grayscale: #A5A5A5. Windows color (decimal): -4151967 or 6399424. OLE color: 6399424.

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

Color convert

RGB 192 165 97 -
CMYK 0 0.14 0.49 0.25
HSL 42.95º 0.43% 0.57% -
HSV(B) 42.95º 0.49% 0.75% -
XYZ 37.35 38.98 16.86 -
YUV 165.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 192 165 97 0 0.14 0.49 0.25 42.95 0.43 0.57
Hex C0 A5 61 0 E 31 19 2B 2B 39
Octal 300 245 141 0 16 61 31 53 53 71
Binary 11000000 10100101 1100001 0 1110 110001 11001 101011 101011 111001

Color Harmonies of #C0A561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A561

Black with #C0A561

Text Example


Text Example

White with #C0A561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A561; }

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

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

background-color css

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

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

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

border-color css

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

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

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