Html Css Color HEX #CB9087 Oriental Pink

📋 copy color: '#CB9087'

red 203 ◦ green 144 ◦ blue 135

#CB9087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #CB9087

Tints of Oriental Pink #CB9087

RGB

 RED value IS 203 (79.69% from 255) = 42.12%

 GREEN value IS 144 (56.64% from 255) = 29.88%

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 42.12%
G = 29.88%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB9087 (or 0xCB9087) is known color: Oriental Pink. HEX triplet: CB, 90 and 87. RGB value is (203,144,135). Sum of RGB (Red+Green+Blue) = 203+144+135=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9087 is #346F78. Grayscale: #A0A0A0. Windows color (decimal): -3436409 or 8884427. OLE color: 8884427.

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

Color convert

RGB 203 144 135 -
CMYK 0 0.29 0.33 0.20
HSL 7.94º 0.4% 0.66% -
HSV(B) 7.94º 0.33% 0.8% -
XYZ 38.98 34.39 27.51 -
YUV 160.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 203 144 135 0 0.29 0.33 0.20 7.94 0.4 0.66
Hex CB 90 87 0 1D 21 14 8 28 42
Octal 313 220 207 0 35 41 24 10 50 102
Binary 11001011 10010000 10000111 0 11101 100001 10100 1000 101000 1000010

Color Harmonies of #CB9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9087

Black with #CB9087

Text Example


Text Example

White with #CB9087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9087; }

 p { color: rgb(203,144,135); }

 H1.HeaderClassName
 {
   color: #CB9087;
 }
 .AnyTagClassName
 {
   color: #CB9087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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