Html Css Color HEX #C0A758 Laser

📋 copy color: '#C0A758'

red 192 ◦ green 167 ◦ blue 88

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

Shades of Laser #C0A758

Tints of Laser #C0A758

RGB

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

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

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

R = 42.95%
G = 37.36%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0A758 (or 0xC0A758) is known color: Laser. HEX triplet: C0, A7 and 58. RGB value is (192,167,88). Sum of RGB (Red+Green+Blue) = 192+167+88=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A758 is #3F58A7. Grayscale: #A5A5A5. Windows color (decimal): -4151464 or 5810112. OLE color: 5810112.

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

Color convert

RGB 192 167 88 -
CMYK 0 0.13 0.54 0.25
HSL 45.58º 0.45% 0.55% -
HSV(B) 45.58º 0.54% 0.75% -
XYZ 37.32 39.55 14.9 -
YUV 165.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 192 167 88 0 0.13 0.54 0.25 45.58 0.45 0.55
Hex C0 A7 58 0 D 36 19 2E 2D 37
Octal 300 247 130 0 15 66 31 56 55 67
Binary 11000000 10100111 1011000 0 1101 110110 11001 101110 101101 110111

Color Harmonies of #C0A758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A758

Black with #C0A758

Text Example


Text Example

White with #C0A758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A758; }

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

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

background-color css

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

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

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

border-color css

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

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

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