Html Css Color HEX #C29191 Rosy Brown

📋 copy color: '#C29191'

red 194 ◦ green 145 ◦ blue 145

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

Shades of Rosy Brown #C29191

Tints of Rosy Brown #C29191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

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

R = 40.08%
G = 29.96%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C29191 (or 0xC29191) is known color: Rosy Brown. HEX triplet: C2, 91 and 91. RGB value is (194,145,145). Sum of RGB (Red+Green+Blue) = 194+145+145=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C29191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29191 is #3D6E6E. Grayscale: #9F9F9F. Windows color (decimal): -4025967 or 9540034. OLE color: 9540034.

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

Color convert

RGB 194 145 145 -
CMYK 0 0.25 0.25 0.24
HSL 0.29% 0.66% -
HSV(B) 0.25% 0.76% -
XYZ 37.48 33.76 31.33 -
YUV 159.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 194 145 145 0 0.25 0.25 0.24 0 0.29 0.66
Hex C2 91 91 0 19 19 18 0 1D 42
Octal 302 221 221 0 31 31 30 0 35 102
Binary 11000010 10010001 10010001 0 11001 11001 11000 0 11101 1000010

Color Harmonies of #C29191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29191

Black with #C29191

Text Example


Text Example

White with #C29191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29191; }

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

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

background-color css

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

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

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

border-color css

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

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

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