#C08F8B

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

Shades of Oriental Pink #C08F8B

Tints of Oriental Pink #C08F8B

Color information

#C08F8B (or 0xC08F8B) is unknown color: approx Oriental Pink. HEX triplet: C0, 8F and 8B. RGB value is (192,143,139). Sum of RGB (Red+Green+Blue) = 192+143+139=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F8B is #3F7074. Grayscale: #9D9D9D. Windows color (decimal): -4157557 or 9146304. OLE color: 9146304.

HSL color Cylindrical-coordinate representation of color #C08F8B: hue angle of 4.53º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08F8B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB192143139-
CMYK00.260.280.25
HSL4.53º29.61%64.9%-
HSV(B)4.53º27.6%75.29%-
XYZ36.2232.7228.83-
YUV157.2117.73152.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=40.51%
G=30.17%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214313900.260.280.254.5329.6164.9
HexC08F8B01A1C1951e41
Octal3002172130323431536101
Binary1100000010001111100010110110101110011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F8B; }

 p { color: rgb(192,143,139); }

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

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

 a { background-color: rgb(192,143,139); }

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

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

 span { border-color: rgb(192,143,139); }

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