Html Css Color HEX #C09493 Rosy Brown

📋 copy color: '#C09493'

red 192 ◦ green 148 ◦ blue 147

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

Shades of Rosy Brown #C09493

Tints of Rosy Brown #C09493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 39.43%
G = 30.39%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09493 (or 0xC09493) is known color: Rosy Brown. HEX triplet: C0, 94 and 93. RGB value is (192,148,147). Sum of RGB (Red+Green+Blue) = 192+148+147=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C09493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09493 is #3F6B6C. Grayscale: #A1A1A1. Windows color (decimal): -4156269 or 9671872. OLE color: 9671872.

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

Color convert

RGB 192 148 147 -
CMYK 0 0.23 0.23 0.25
HSL 1.33º 0.26% 0.66% -
HSV(B) 1.33º 0.23% 0.75% -
XYZ 37.59 34.49 32.28 -
YUV 161.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 192 148 147 0 0.23 0.23 0.25 1.33 0.26 0.66
Hex C0 94 93 0 17 17 19 1 1A 42
Octal 300 224 223 0 27 27 31 1 32 102
Binary 11000000 10010100 10010011 0 10111 10111 11001 1 11010 1000010

Color Harmonies of #C09493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09493

Black with #C09493

Text Example


Text Example

White with #C09493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09493; }

 p { color: rgb(192,148,147); }

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

background-color css

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

 a { background-color: rgb(192,148,147); }

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

border-color css

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

 span { border-color: rgb(192,148,147); }

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