Html Css Color HEX #C09F56 Laser

📋 copy color: '#C09F56'

red 192 ◦ green 159 ◦ blue 86

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

Shades of Laser #C09F56

Tints of Laser #C09F56

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.38%

 BLUE value IS 86 (33.98% from 255) = 19.68%

R = 43.94%
G = 36.38%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C09F56 (or 0xC09F56) is known color: Laser. HEX triplet: C0, 9F and 56. RGB value is (192,159,86). Sum of RGB (Red+Green+Blue) = 192+159+86=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F56 is #3F60A9. Grayscale: #A0A0A0. Windows color (decimal): -4153514 or 5676992. OLE color: 5676992.

HSL color Cylindrical-coordinate representation of color #C09F56: hue angle of 41.32º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C09F56 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 86 -
CMYK 0 0.17 0.55 0.25
HSL 41.32º 0.46% 0.55% -
HSV(B) 41.32º 0.55% 0.75% -
XYZ 35.82 36.67 14 -
YUV 160.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 192 159 86 0 0.17 0.55 0.25 41.32 0.46 0.55
Hex C0 9F 56 0 11 37 19 29 2E 37
Octal 300 237 126 0 21 67 31 51 56 67
Binary 11000000 10011111 1010110 0 10001 110111 11001 101001 101110 110111

Color Harmonies of #C09F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F56

Black with #C09F56

Text Example


Text Example

White with #C09F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F56; }

 p { color: rgb(192,159,86); }

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

background-color css

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

 a { background-color: rgb(192,159,86); }

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

border-color css

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

 span { border-color: rgb(192,159,86); }

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