#C38A87

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

Shades of Oriental Pink #C38A87

Tints of Oriental Pink #C38A87

Color information

#C38A87 (or 0xC38A87) is unknown color: approx Oriental Pink. HEX triplet: C3, 8A and 87. RGB value is (195,138,135). Sum of RGB (Red+Green+Blue) = 195+138+135=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A87 is #3C7578. Grayscale: #9A9A9A. Windows color (decimal): -3962233 or 8882883. OLE color: 8882883.

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

Color convert

RGB195138135-
CMYK00.290.310.24
HSL33.33%64.71%-
HSV(B)30.77%76.47%-
XYZ35.9731.5327.11-
YUV154.7116.88156.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=41.67%
G=29.49%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513813500.290.310.24333.3364.71
HexC38A8701D1F1832141
Octal3032122070353730341101
Binary1100001110001010100001110111011111111000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A87; }

 p { color: rgb(195,138,135); }

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

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

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

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

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

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

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