#C38C8B

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

Shades of Oriental Pink #C38C8B

Tints of Oriental Pink #C38C8B

Color information

#C38C8B (or 0xC38C8B) is unknown color: approx Oriental Pink. HEX triplet: C3, 8C and 8B. RGB value is (195,140,139). Sum of RGB (Red+Green+Blue) = 195+140+139=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C8B is #3C7374. Grayscale: #9C9C9C. Windows color (decimal): -3961717 or 9145539. OLE color: 9145539.

HSL color Cylindrical-coordinate representation of color #C38C8B: hue angle of 1.07º degrees, saturation: 0.32, 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 #C38C8B is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195140139-
CMYK00.280.290.24
HSL1.07º31.82%65.49%-
HSV(B)1.07º28.72%76.47%-
XYZ36.5432.2228.72-
YUV156.33118.22155.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=41.14%
G=29.54%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514013900.280.290.241.0731.8265.49
HexC38C8B01C1D1812041
Octal3032142130343530140101
Binary110000111000110010001011011100111011100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C8B; }

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

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

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

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

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

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

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

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