#CF8D8D

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

Shades of Oriental Pink #CF8D8D

Tints of Oriental Pink #CF8D8D

Color information

#CF8D8D (or 0xCF8D8D) is unknown color: approx Oriental Pink. HEX triplet: CF, 8D and 8D. RGB value is (207,141,141). Sum of RGB (Red+Green+Blue) = 207+141+141=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8D8D is #307272. Grayscale: #A0A0A0. Windows color (decimal): -3175027 or 9276879. OLE color: 9276879.

HSL color Cylindrical-coordinate representation of color #CF8D8D: hue angle of 0º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8D8D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207141141-
CMYK00.320.320.19
HSL40.74%68.24%-
HSV(B)31.88%81.18%-
XYZ40.0634.2429.7-
YUV160.73116.87161-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=42.33%
G=28.83%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714114100.320.320.19040.7468.24
HexCF8D8D020201302944
Octal3172152150404023051104
Binary11001111100011011000110101000001000001001101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D8D; }

 p { color: rgb(207,141,141); }

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

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

 a { background-color: rgb(207,141,141); }

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

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

 span { border-color: rgb(207,141,141); }

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