Html Css Color HEX #C09593 Rosy Brown

📋 copy color: '#C09593'

red 192 ◦ green 149 ◦ blue 147

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

Shades of Rosy Brown #C09593

Tints of Rosy Brown #C09593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.53%

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

R = 39.34%
G = 30.53%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09593 (or 0xC09593) is known color: Rosy Brown. HEX triplet: C0, 95 and 93. RGB value is (192,149,147). Sum of RGB (Red+Green+Blue) = 192+149+147=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C09593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09593 is #3F6A6C. Grayscale: #A1A1A1. Windows color (decimal): -4156013 or 9672128. OLE color: 9672128.

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

Color convert

RGB 192 149 147 -
CMYK 0 0.22 0.23 0.25
HSL 2.67º 0.26% 0.66% -
HSV(B) 2.67º 0.23% 0.75% -
XYZ 37.75 34.81 32.33 -
YUV 161.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 192 149 147 0 0.22 0.23 0.25 2.67 0.26 0.66
Hex C0 95 93 0 16 17 19 3 1A 42
Octal 300 225 223 0 26 27 31 3 32 102
Binary 11000000 10010101 10010011 0 10110 10111 11001 11 11010 1000010

Color Harmonies of #C09593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09593

Black with #C09593

Text Example


Text Example

White with #C09593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09593; }

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

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

background-color css

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

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

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

border-color css

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

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

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