Html Css Color HEX #CB9188 Oriental Pink

📋 copy color: '#CB9188'

red 203 ◦ green 145 ◦ blue 136

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

Shades of Oriental Pink #CB9188

Tints of Oriental Pink #CB9188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

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

R = 41.94%
G = 29.96%
B = 28.1%

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

#CB9188 (or 0xCB9188) is known color: Oriental Pink. HEX triplet: CB, 91 and 88. RGB value is (203,145,136). Sum of RGB (Red+Green+Blue) = 203+145+136=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9188 is #346E77. Grayscale: #A1A1A1. Windows color (decimal): -3436152 or 8950219. OLE color: 8950219.

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

Color convert

RGB 203 145 136 -
CMYK 0 0.29 0.33 0.20
HSL 8.06º 0.39% 0.66% -
HSV(B) 8.06º 0.33% 0.8% -
XYZ 39.2 34.72 27.93 -
YUV 161.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 203 145 136 0 0.29 0.33 0.20 8.06 0.39 0.66
Hex CB 91 88 0 1D 21 14 8 27 42
Octal 313 221 210 0 35 41 24 10 47 102
Binary 11001011 10010001 10001000 0 11101 100001 10100 1000 100111 1000010

Color Harmonies of #CB9188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9188

Black with #CB9188

Text Example


Text Example

White with #CB9188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9188; }

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

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

background-color css

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

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

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

border-color css

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

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

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