#CF8F8A

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

Shades of Oriental Pink #CF8F8A

Tints of Oriental Pink #CF8F8A

Color information

#CF8F8A (or 0xCF8F8A) is unknown color: approx Oriental Pink. HEX triplet: CF, 8F and 8A. RGB value is (207,143,138). Sum of RGB (Red+Green+Blue) = 207+143+138=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8F8A is #307075. Grayscale: #A1A1A1. Windows color (decimal): -3174518 or 9080783. OLE color: 9080783.

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

Color convert

RGB207143138-
CMYK00.310.330.19
HSL4.35º41.82%67.65%-
HSV(B)4.35º33.33%81.18%-
XYZ40.1434.7528.64-
YUV161.57114.7160.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=42.42%
G=29.30%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714313800.310.330.194.3541.8267.65
HexCF8F8A01F211342a44
Octal3172172120374123452104
Binary110011111000111110001010011111100001100111001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8F8A; }

 p { color: rgb(207,143,138); }

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

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

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

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

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

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

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