#CB8F8F

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

Shades of Oriental Pink #CB8F8F

Tints of Oriental Pink #CB8F8F

Color information

#CB8F8F (or 0xCB8F8F) is unknown color: approx Oriental Pink. HEX triplet: CB, 8F and 8F. RGB value is (203,143,143). Sum of RGB (Red+Green+Blue) = 203+143+143=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8F8F is #347070. Grayscale: #A0A0A0. Windows color (decimal): -3436657 or 9408459. OLE color: 9408459.

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

Color convert

RGB203143143-
CMYK00.300.300.20
HSL36.59%67.84%-
HSV(B)29.56%79.61%-
XYZ39.4134.3230.53-
YUV160.94117.88158-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=41.51%
G=29.24%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314314300.300.300.20036.5967.84
HexCB8F8F01E1E1402544
Octal3132172170363624045104
Binary110010111000111110001111011110111101010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F8F; }

 p { color: rgb(203,143,143); }

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

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

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

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

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

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

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