Html Css Color HEX #CB9085 Oriental Pink

📋 copy color: '#CB9085'

red 203 ◦ green 144 ◦ blue 133

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

Shades of Oriental Pink #CB9085

Tints of Oriental Pink #CB9085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 42.29%
G = 30%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB9085 (or 0xCB9085) is known color: Oriental Pink. HEX triplet: CB, 90 and 85. RGB value is (203,144,133). Sum of RGB (Red+Green+Blue) = 203+144+133=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9085 is #346F7A. Grayscale: #A0A0A0. Windows color (decimal): -3436411 or 8753355. OLE color: 8753355.

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

Color convert

RGB 203 144 133 -
CMYK 0 0.29 0.34 0.20
HSL 9.43º 0.4% 0.66% -
HSV(B) 9.43º 0.34% 0.8% -
XYZ 38.84 34.34 26.77 -
YUV 160.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 203 144 133 0 0.29 0.34 0.20 9.43 0.4 0.66
Hex CB 90 85 0 1D 22 14 9 28 42
Octal 313 220 205 0 35 42 24 11 50 102
Binary 11001011 10010000 10000101 0 11101 100010 10100 1001 101000 1000010

Color Harmonies of #CB9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9085

Black with #CB9085

Text Example


Text Example

White with #CB9085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9085; }

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

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

background-color css

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

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

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

border-color css

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

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

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