Html Css Color HEX #CB9083 Oriental Pink

📋 copy color: '#CB9083'

red 203 ◦ green 144 ◦ blue 131

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

Shades of Oriental Pink #CB9083

Tints of Oriental Pink #CB9083

RGB

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

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

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

R = 42.47%
G = 30.13%
B = 27.41%

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

#CB9083 (or 0xCB9083) is known color: Oriental Pink. HEX triplet: CB, 90 and 83. RGB value is (203,144,131). Sum of RGB (Red+Green+Blue) = 203+144+131=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9083 is #346F7C. Grayscale: #A0A0A0. Windows color (decimal): -3436413 or 8622283. OLE color: 8622283.

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

Color convert

RGB 203 144 131 -
CMYK 0 0.29 0.35 0.20
HSL 10.83º 0.41% 0.65% -
HSV(B) 10.83º 0.35% 0.8% -
XYZ 38.7 34.28 26.05 -
YUV 160.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 203 144 131 0 0.29 0.35 0.20 10.83 0.41 0.65
Hex CB 90 83 0 1D 23 14 B 29 41
Octal 313 220 203 0 35 43 24 13 51 101
Binary 11001011 10010000 10000011 0 11101 100011 10100 1011 101001 1000001

Color Harmonies of #CB9083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9083

Black with #CB9083

Text Example


Text Example

White with #CB9083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9083; }

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

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

background-color css

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

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

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

border-color css

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

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

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