Html Css Color HEX #C0A75F Laser

📋 copy color: '#C0A75F'

red 192 ◦ green 167 ◦ blue 95

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

Shades of Laser #C0A75F

Tints of Laser #C0A75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.93%

R = 42.29%
G = 36.78%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0A75F (or 0xC0A75F) is known color: Laser. HEX triplet: C0, A7 and 5F. RGB value is (192,167,95). Sum of RGB (Red+Green+Blue) = 192+167+95=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A75F is #3F58A0. Grayscale: #A6A6A6. Windows color (decimal): -4151457 or 6268864. OLE color: 6268864.

HSL color Cylindrical-coordinate representation of color #C0A75F: hue angle of 44.54º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0A75F is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 95 -
CMYK 0 0.13 0.51 0.25
HSL 44.54º 0.43% 0.56% -
HSV(B) 44.54º 0.51% 0.75% -
XYZ 37.62 39.67 16.5 -
YUV 166.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 192 167 95 0 0.13 0.51 0.25 44.54 0.43 0.56
Hex C0 A7 5F 0 D 33 19 2D 2B 38
Octal 300 247 137 0 15 63 31 55 53 70
Binary 11000000 10100111 1011111 0 1101 110011 11001 101101 101011 111000

Color Harmonies of #C0A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A75F

Black with #C0A75F

Text Example


Text Example

White with #C0A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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