Html Css Color HEX #C0A95D Laser

📋 copy color: '#C0A95D'

red 192 ◦ green 169 ◦ blue 93

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

Shades of Laser #C0A95D

Tints of Laser #C0A95D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

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

R = 42.29%
G = 37.22%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0A95D (or 0xC0A95D) is known color: Laser. HEX triplet: C0, A9 and 5D. RGB value is (192,169,93). Sum of RGB (Red+Green+Blue) = 192+169+93=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A95D is #3F56A2. Grayscale: #A7A7A7. Windows color (decimal): -4150947 or 6138304. OLE color: 6138304.

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

Color convert

RGB 192 169 93 -
CMYK 0 0.12 0.52 0.25
HSL 46.06º 0.44% 0.56% -
HSV(B) 46.06º 0.52% 0.75% -
XYZ 37.9 40.37 16.15 -
YUV 167.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 192 169 93 0 0.12 0.52 0.25 46.06 0.44 0.56
Hex C0 A9 5D 0 C 34 19 2E 2C 38
Octal 300 251 135 0 14 64 31 56 54 70
Binary 11000000 10101001 1011101 0 1100 110100 11001 101110 101100 111000

Color Harmonies of #C0A95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A95D

Black with #C0A95D

Text Example


Text Example

White with #C0A95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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