#CB8683

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

Shades of Oriental Pink #CB8683

Tints of Oriental Pink #CB8683

Color information

#CB8683 (or 0xCB8683) is unknown color: approx Oriental Pink. HEX triplet: CB, 86 and 83. RGB value is (203,134,131). Sum of RGB (Red+Green+Blue) = 203+134+131=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8683 is #34797C. Grayscale: #9A9A9A. Windows color (decimal): -3438973 or 8619723. OLE color: 8619723.

HSL color Cylindrical-coordinate representation of color #CB8683: hue angle of 2.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8683 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB203134131-
CMYK00.340.350.20
HSL2.5º40.91%65.49%-
HSV(B)2.5º35.47%79.61%-
XYZ37.2531.3925.57-
YUV154.29114.86162.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 131 (51.56% from 255) = 27.99%
R=43.38%
G=28.63%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313413100.340.350.202.540.9165.49
HexCB8683022231432941
Octal3132062030424324351101
Binary110010111000011010000011010001010001110100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8683; }

 p { color: rgb(203,134,131); }

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

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

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

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

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

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

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