Html Css Color HEX #C0A75D Laser

📋 copy color: '#C0A75D'

red 192 ◦ green 167 ◦ blue 93

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

Shades of Laser #C0A75D

Tints of Laser #C0A75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 42.48%
G = 36.95%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0A75D (or 0xC0A75D) is known color: Laser. HEX triplet: C0, A7 and 5D. RGB value is (192,167,93). Sum of RGB (Red+Green+Blue) = 192+167+93=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A75D is #3F58A2. Grayscale: #A6A6A6. Windows color (decimal): -4151459 or 6137792. OLE color: 6137792.

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

Color convert

RGB 192 167 93 -
CMYK 0 0.13 0.52 0.25
HSL 44.85º 0.44% 0.56% -
HSV(B) 44.85º 0.52% 0.75% -
XYZ 37.53 39.63 16.03 -
YUV 166.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 192 167 93 0 0.13 0.52 0.25 44.85 0.44 0.56
Hex C0 A7 5D 0 D 34 19 2D 2C 38
Octal 300 247 135 0 15 64 31 55 54 70
Binary 11000000 10100111 1011101 0 1101 110100 11001 101101 101100 111000

Color Harmonies of #C0A75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A75D

Black with #C0A75D

Text Example


Text Example

White with #C0A75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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