#C08D8A

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

Shades of Oriental Pink #C08D8A

Tints of Oriental Pink #C08D8A

Color information

#C08D8A (or 0xC08D8A) is unknown color: approx Oriental Pink. HEX triplet: C0, 8D and 8A. RGB value is (192,141,138). Sum of RGB (Red+Green+Blue) = 192+141+138=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D8A is #3F7275. Grayscale: #9B9B9B. Windows color (decimal): -4158070 or 9080256. OLE color: 9080256.

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

Color convert

RGB192141138-
CMYK00.270.280.25
HSL3.33º30%64.71%-
HSV(B)3.33º28.12%75.29%-
XYZ35.8532.0928.35-
YUV155.91117.9153.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=40.76%
G=29.94%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214113800.270.280.253.333064.71
HexC08D8A01B1C1931e41
Octal3002152120333431336101
Binary110000001000110110001010011011111001100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D8A; }

 p { color: rgb(192,141,138); }

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

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

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

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

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

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

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