Html Css Color HEX #C0A458 Laser

📋 copy color: '#C0A458'

red 192 ◦ green 164 ◦ blue 88

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

Shades of Laser #C0A458

Tints of Laser #C0A458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 43.24%
G = 36.94%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0A458 (or 0xC0A458) is known color: Laser. HEX triplet: C0, A4 and 58. RGB value is (192,164,88). Sum of RGB (Red+Green+Blue) = 192+164+88=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A458 is #3F5BA7. Grayscale: #A4A4A4. Windows color (decimal): -4152232 or 5809344. OLE color: 5809344.

HSL color Cylindrical-coordinate representation of color #C0A458: hue angle of 43.85º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0A458 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 88 -
CMYK 0 0.15 0.54 0.25
HSL 43.85º 0.45% 0.55% -
HSV(B) 43.85º 0.54% 0.75% -
XYZ 36.78 38.46 14.72 -
YUV 163.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 192 164 88 0 0.15 0.54 0.25 43.85 0.45 0.55
Hex C0 A4 58 0 F 36 19 2C 2D 37
Octal 300 244 130 0 17 66 31 54 55 67
Binary 11000000 10100100 1011000 0 1111 110110 11001 101100 101101 110111

Color Harmonies of #C0A458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A458

Black with #C0A458

Text Example


Text Example

White with #C0A458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A458; }

 p { color: rgb(192,164,88); }

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

background-color css

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

 a { background-color: rgb(192,164,88); }

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

border-color css

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

 span { border-color: rgb(192,164,88); }

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