#C38C88

Color #C38C88 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #C38C88

Tints of Oriental Pink #C38C88

Color information

#C38C88 (or 0xC38C88) is unknown color: approx Oriental Pink. HEX triplet: C3, 8C and 88. RGB value is (195,140,136). Sum of RGB (Red+Green+Blue) = 195+140+136=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C88 is #3C7377. Grayscale: #9C9C9C. Windows color (decimal): -3961720 or 8948931. OLE color: 8948931.

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

Color convert

RGB195140136-
CMYK00.280.300.24
HSL4.07º32.96%64.9%-
HSV(B)4.07º30.26%76.47%-
XYZ36.3332.1427.58-
YUV155.99116.72155.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=41.40%
G=29.72%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514013600.280.300.244.0732.9664.9
HexC38C8801C1E1842141
Octal3032142100343630441101
Binary11000011100011001000100001110011110110001001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C88; }

 p { color: rgb(195,140,136); }

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

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

 a { background-color: rgb(195,140,136); }

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

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

 span { border-color: rgb(195,140,136); }

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