Html Css Color HEX #CB9390 Oriental Pink

📋 copy color: '#CB9390'

red 203 ◦ green 147 ◦ blue 144

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

Shades of Oriental Pink #CB9390

Tints of Oriental Pink #CB9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 41.09%
G = 29.76%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB9390 (or 0xCB9390) is known color: Oriental Pink. HEX triplet: CB, 93 and 90. RGB value is (203,147,144). Sum of RGB (Red+Green+Blue) = 203+147+144=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9390 is #346C6F. Grayscale: #A3A3A3. Windows color (decimal): -3435632 or 9475019. OLE color: 9475019.

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

Color convert

RGB 203 147 144 -
CMYK 0 0.28 0.29 0.20
HSL 3.05º 0.36% 0.68% -
HSV(B) 3.05º 0.29% 0.8% -
XYZ 40.1 35.58 31.14 -
YUV 163.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 203 147 144 0 0.28 0.29 0.20 3.05 0.36 0.68
Hex CB 93 90 0 1C 1D 14 3 24 44
Octal 313 223 220 0 34 35 24 3 44 104
Binary 11001011 10010011 10010000 0 11100 11101 10100 11 100100 1000100

Color Harmonies of #CB9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9390

Black with #CB9390

Text Example


Text Example

White with #CB9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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