#C28A8A

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

Shades of Rosy Brown #C28A8A

Tints of Rosy Brown #C28A8A

Color information

#C28A8A (or 0xC28A8A) is unknown color: approx Rosy Brown. HEX triplet: C2, 8A and 8A. RGB value is (194,138,138). Sum of RGB (Red+Green+Blue) = 194+138+138=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28A8A is #3D7575. Grayscale: #9A9A9A. Windows color (decimal): -4027766 or 9079490. OLE color: 9079490.

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

Color convert

RGB194138138-
CMYK00.290.290.24
HSL31.46%65.1%-
HSV(B)28.87%76.08%-
XYZ35.9231.4828.23-
YUV154.74118.55156-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=41.28%
G=29.36%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413813800.290.290.24031.4665.1
HexC28A8A01D1D1801f41
Octal3022122120353530037101
Binary11000010100010101000101001110111101110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A8A; }

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

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

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

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

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

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

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

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