Html Css Color HEX #CB9183 Oriental Pink

📋 copy color: '#CB9183'

red 203 ◦ green 145 ◦ blue 131

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

Shades of Oriental Pink #CB9183

Tints of Oriental Pink #CB9183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.35%

R = 42.38%
G = 30.27%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB9183 (or 0xCB9183) is known color: Oriental Pink. HEX triplet: CB, 91 and 83. RGB value is (203,145,131). Sum of RGB (Red+Green+Blue) = 203+145+131=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9183 is #346E7C. Grayscale: #A0A0A0. Windows color (decimal): -3436157 or 8622539. OLE color: 8622539.

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

Color convert

RGB 203 145 131 -
CMYK 0 0.29 0.35 0.20
HSL 11.67º 0.41% 0.65% -
HSV(B) 11.67º 0.35% 0.8% -
XYZ 38.85 34.59 26.1 -
YUV 160.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 203 145 131 0 0.29 0.35 0.20 11.67 0.41 0.65
Hex CB 91 83 0 1D 23 14 C 29 41
Octal 313 221 203 0 35 43 24 14 51 101
Binary 11001011 10010001 10000011 0 11101 100011 10100 1100 101001 1000001

Color Harmonies of #CB9183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9183

Black with #CB9183

Text Example


Text Example

White with #CB9183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9183; }

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

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

background-color css

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

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

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

border-color css

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

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

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