Html Css Color HEX #C0A35F Laser

📋 copy color: '#C0A35F'

red 192 ◦ green 163 ◦ blue 95

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

Shades of Laser #C0A35F

Tints of Laser #C0A35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

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

R = 42.67%
G = 36.22%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0A35F (or 0xC0A35F) is known color: Laser. HEX triplet: C0, A3 and 5F. RGB value is (192,163,95). Sum of RGB (Red+Green+Blue) = 192+163+95=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A35F is #3F5CA0. Grayscale: #A4A4A4. Windows color (decimal): -4152481 or 6267840. OLE color: 6267840.

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

Color convert

RGB 192 163 95 -
CMYK 0 0.15 0.51 0.25
HSL 42.06º 0.43% 0.56% -
HSV(B) 42.06º 0.51% 0.75% -
XYZ 36.9 38.23 16.26 -
YUV 163.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 192 163 95 0 0.15 0.51 0.25 42.06 0.43 0.56
Hex C0 A3 5F 0 F 33 19 2A 2B 38
Octal 300 243 137 0 17 63 31 52 53 70
Binary 11000000 10100011 1011111 0 1111 110011 11001 101010 101011 111000

Color Harmonies of #C0A35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A35F

Black with #C0A35F

Text Example


Text Example

White with #C0A35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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