Html Css Color HEX #CB9288 Oriental Pink

📋 copy color: '#CB9288'

red 203 ◦ green 146 ◦ blue 136

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

Shades of Oriental Pink #CB9288

Tints of Oriental Pink #CB9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.1%

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 41.86%
G = 30.1%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB9288 (or 0xCB9288) is known color: Oriental Pink. HEX triplet: CB, 92 and 88. RGB value is (203,146,136). Sum of RGB (Red+Green+Blue) = 203+146+136=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9288 is #346D77. Grayscale: #A2A2A2. Windows color (decimal): -3435896 or 8950475. OLE color: 8950475.

HSL color Cylindrical-coordinate representation of color #CB9288: hue angle of 8.96º degrees, saturation: 0.39, 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 #CB9288 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 146 136 -
CMYK 0 0.28 0.33 0.20
HSL 8.96º 0.39% 0.66% -
HSV(B) 8.96º 0.33% 0.8% -
XYZ 39.35 35.03 27.98 -
YUV 161.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 203 146 136 0 0.28 0.33 0.20 8.96 0.39 0.66
Hex CB 92 88 0 1C 21 14 9 27 42
Octal 313 222 210 0 34 41 24 11 47 102
Binary 11001011 10010010 10001000 0 11100 100001 10100 1001 100111 1000010

Color Harmonies of #CB9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9288

Black with #CB9288

Text Example


Text Example

White with #CB9288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9288; }

 p { color: rgb(203,146,136); }

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

background-color css

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

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

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

border-color css

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

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

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