#CB938D

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

Shades of Oriental Pink #CB938D

Tints of Oriental Pink #CB938D

Color information

#CB938D (or 0xCB938D) is unknown color: approx Oriental Pink. HEX triplet: CB, 93 and 8D. RGB value is (203,147,141). Sum of RGB (Red+Green+Blue) = 203+147+141=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB938D is #346C72. Grayscale: #A3A3A3. Windows color (decimal): -3435635 or 9278411. OLE color: 9278411.

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

Color convert

RGB203147141-
CMYK00.280.310.20
HSL5.81º37.35%67.45%-
HSV(B)5.81º30.54%79.61%-
XYZ39.8735.4929.95-
YUV163.06115.55156.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=41.34%
G=29.94%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314714100.280.310.205.8137.3567.45
HexCB938D01C1F1462543
Octal3132232150343724645103
Binary11001011100100111000110101110011111101001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB938D; }

 p { color: rgb(203,147,141); }

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

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

 a { background-color: rgb(203,147,141); }

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

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

 span { border-color: rgb(203,147,141); }

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