#C29B9B

Color #C29B9B Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #C29B9B

Tints of Rosy Brown #C29B9B

Color information

#C29B9B (or 0xC29B9B) is unknown color: approx Rosy Brown. HEX triplet: C2, 9B and 9B. RGB value is (194,155,155). Sum of RGB (Red+Green+Blue) = 194+155+155=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B9B is #3D6464. Grayscale: #A6A6A6. Windows color (decimal): -4023397 or 10197954. OLE color: 10197954.

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

Color convert

RGB194155155-
CMYK00.200.200.24
HSL24.22%68.43%-
HSV(B)20.1%76.08%-
XYZ39.8937.2836.1-
YUV166.66121.42147.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=38.49%
G=30.75%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415515500.200.200.24024.2268.43
HexC29B9B014141801844
Octal3022332330242430030104
Binary11000010100110111001101101010010100110000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B9B; }

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

 H1.HeaderClassName
 {
   color: #C29B9B;
 }
 .AnyTagClassName
 {
   color: #C29B9B;
 }
</style>
background-color css

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

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

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

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

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

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