Html Css Color HEX #C09F5C Laser

📋 copy color: '#C09F5C'

red 192 ◦ green 159 ◦ blue 92

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

Shades of Laser #C09F5C

Tints of Laser #C09F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 43.34%
G = 35.89%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C09F5C (or 0xC09F5C) is known color: Laser. HEX triplet: C0, 9F and 5C. RGB value is (192,159,92). Sum of RGB (Red+Green+Blue) = 192+159+92=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F5C is #3F60A3. Grayscale: #A1A1A1. Windows color (decimal): -4153508 or 6070208. OLE color: 6070208.

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

Color convert

RGB 192 159 92 -
CMYK 0 0.17 0.52 0.25
HSL 40.2º 0.44% 0.56% -
HSV(B) 40.2º 0.52% 0.75% -
XYZ 36.07 36.78 15.32 -
YUV 161.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 192 159 92 0 0.17 0.52 0.25 40.2 0.44 0.56
Hex C0 9F 5C 0 11 34 19 28 2C 38
Octal 300 237 134 0 21 64 31 50 54 70
Binary 11000000 10011111 1011100 0 10001 110100 11001 101000 101100 111000

Color Harmonies of #C09F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F5C

Black with #C09F5C

Text Example


Text Example

White with #C09F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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