#C29A96

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

Shades of Rosy Brown #C29A96

Tints of Rosy Brown #C29A96

Color information

#C29A96 (or 0xC29A96) is unknown color: approx Rosy Brown. HEX triplet: C2, 9A and 96. RGB value is (194,154,150). Sum of RGB (Red+Green+Blue) = 194+154+150=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A96 is #3D6569. Grayscale: #A5A5A5. Windows color (decimal): -4023658 or 9870018. OLE color: 9870018.

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

Color convert

RGB194154150-
CMYK00.210.230.24
HSL5.45º26.51%67.45%-
HSV(B)5.45º22.68%76.08%-
XYZ39.3136.7833.88-
YUV165.5119.25148.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=38.96%
G=30.92%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415415000.210.230.245.4526.5167.45
HexC29A96015171851b43
Octal3022322260252730533103
Binary1100001010011010100101100101011011111000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A96; }

 p { color: rgb(194,154,150); }

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

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

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

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

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

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

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