#C08280

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

Shades of Oriental Pink #C08280

Tints of Oriental Pink #C08280

Color information

#C08280 (or 0xC08280) is unknown color: approx Oriental Pink. HEX triplet: C0, 82 and 80. RGB value is (192,130,128). Sum of RGB (Red+Green+Blue) = 192+130+128=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C08280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08280 is #3F7D7F. Grayscale: #949494. Windows color (decimal): -4160896 or 8422080. OLE color: 8422080.

HSL color Cylindrical-coordinate representation of color #C08280: hue angle of 1.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08280 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192130128-
CMYK00.320.330.25
HSL1.88º33.68%62.75%-
HSV(B)1.88º33.33%75.29%-
XYZ33.6228.7324.2-
YUV148.31116.54159.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=42.67%
G=28.89%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213012800.320.330.251.8833.6862.75
HexC0828002021192223f
Octal300202200040413124277
Binary11000000100000101000000001000001000011100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08280; }

 p { color: rgb(192,130,128); }

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

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

 a { background-color: rgb(192,130,128); }

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

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

 span { border-color: rgb(192,130,128); }

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