#CD928A

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

Shades of Oriental Pink #CD928A

Tints of Oriental Pink #CD928A

Color information

#CD928A (or 0xCD928A) is unknown color: approx Oriental Pink. HEX triplet: CD, 92 and 8A. RGB value is (205,146,138). Sum of RGB (Red+Green+Blue) = 205+146+138=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD928A is #326D75. Grayscale: #A2A2A2. Windows color (decimal): -3304822 or 9081549. OLE color: 9081549.

HSL color Cylindrical-coordinate representation of color #CD928A: hue angle of 7.16º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD928A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB205146138-
CMYK00.290.330.20
HSL7.16º40.12%67.25%-
HSV(B)7.16º32.68%80.39%-
XYZ40.0435.3728.76-
YUV162.73114.05158.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=41.92%
G=29.86%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514613800.290.330.207.1640.1267.25
HexCD928A01D211472843
Octal3152222120354124750103
Binary110011011001001010001010011101100001101001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD928A; }

 p { color: rgb(205,146,138); }

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

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

 a { background-color: rgb(205,146,138); }

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

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

 span { border-color: rgb(205,146,138); }

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