#C38C8A

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

Shades of Oriental Pink #C38C8A

Tints of Oriental Pink #C38C8A

Color information

#C38C8A (or 0xC38C8A) is unknown color: approx Oriental Pink. HEX triplet: C3, 8C and 8A. RGB value is (195,140,138). Sum of RGB (Red+Green+Blue) = 195+140+138=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C8A is #3C7375. Grayscale: #9C9C9C. Windows color (decimal): -3961718 or 9080003. OLE color: 9080003.

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

Color convert

RGB195140138-
CMYK00.280.290.24
HSL2.11º32.2%65.29%-
HSV(B)2.11º29.23%76.47%-
XYZ36.4732.1928.34-
YUV156.22117.72155.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=41.23%
G=29.60%
B=29.18%

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
Decimal19514013800.280.290.242.1132.265.29
HexC38C8A01C1D1822041
Octal3032142120343530240101
Binary1100001110001100100010100111001110111000101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C8A; }

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

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

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

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

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

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

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

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