Html Css Color HEX #C29391 Rosy Brown

📋 copy color: '#C29391'

red 194 ◦ green 147 ◦ blue 145

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

Shades of Rosy Brown #C29391

Tints of Rosy Brown #C29391

RGB

 RED value IS 194 (76.17% from 255) = 39.92%

 GREEN value IS 147 (57.81% from 255) = 30.25%

 BLUE value IS 145 (57.03% from 255) = 29.84%

R = 39.92%
G = 30.25%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29391 (or 0xC29391) is known color: Rosy Brown. HEX triplet: C2, 93 and 91. RGB value is (194,147,145). Sum of RGB (Red+Green+Blue) = 194+147+145=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C29391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29391 is #3D6C6E. Grayscale: #A0A0A0. Windows color (decimal): -4025455 or 9540546. OLE color: 9540546.

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

Color convert

RGB 194 147 145 -
CMYK 0 0.24 0.25 0.24
HSL 2.45º 0.29% 0.66% -
HSV(B) 2.45º 0.25% 0.76% -
XYZ 37.79 34.38 31.43 -
YUV 160.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 194 147 145 0 0.24 0.25 0.24 2.45 0.29 0.66
Hex C2 93 91 0 18 19 18 2 1D 42
Octal 302 223 221 0 30 31 30 2 35 102
Binary 11000010 10010011 10010001 0 11000 11001 11000 10 11101 1000010

Color Harmonies of #C29391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29391

Black with #C29391

Text Example


Text Example

White with #C29391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29391; }

 p { color: rgb(194,147,145); }

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

background-color css

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

 a { background-color: rgb(194,147,145); }

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

border-color css

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

 span { border-color: rgb(194,147,145); }

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