Html Css Color HEX #CB9286 Oriental Pink

📋 copy color: '#CB9286'

red 203 ◦ green 146 ◦ blue 134

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

Shades of Oriental Pink #CB9286

Tints of Oriental Pink #CB9286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.74%

R = 42.03%
G = 30.23%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB9286 (or 0xCB9286) is known color: Oriental Pink. HEX triplet: CB, 92 and 86. RGB value is (203,146,134). Sum of RGB (Red+Green+Blue) = 203+146+134=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9286 is #346D79. Grayscale: #A1A1A1. Windows color (decimal): -3435898 or 8819403. OLE color: 8819403.

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

Color convert

RGB 203 146 134 -
CMYK 0 0.28 0.34 0.20
HSL 10.43º 0.4% 0.66% -
HSV(B) 10.43º 0.34% 0.8% -
XYZ 39.21 34.98 27.24 -
YUV 161.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 203 146 134 0 0.28 0.34 0.20 10.43 0.4 0.66
Hex CB 92 86 0 1C 22 14 A 28 42
Octal 313 222 206 0 34 42 24 12 50 102
Binary 11001011 10010010 10000110 0 11100 100010 10100 1010 101000 1000010

Color Harmonies of #CB9286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9286

Black with #CB9286

Text Example


Text Example

White with #CB9286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9286; }

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

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

background-color css

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

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

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

border-color css

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

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

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