Html Css Color HEX #CB8785 Oriental Pink

📋 copy color: '#CB8785'

red 203 ◦ green 135 ◦ blue 133

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

Shades of Oriental Pink #CB8785

Tints of Oriental Pink #CB8785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.66%

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

R = 43.1%
G = 28.66%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB8785 (or 0xCB8785) is known color: Oriental Pink. HEX triplet: CB, 87 and 85. RGB value is (203,135,133). Sum of RGB (Red+Green+Blue) = 203+135+133=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8785 is #34787A. Grayscale: #9B9B9B. Windows color (decimal): -3438715 or 8751051. OLE color: 8751051.

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

Color convert

RGB 203 135 133 -
CMYK 0 0.33 0.34 0.20
HSL 1.71º 0.4% 0.66% -
HSV(B) 1.71º 0.34% 0.8% -
XYZ 37.53 31.72 26.33 -
YUV 155.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 203 135 133 0 0.33 0.34 0.20 1.71 0.4 0.66
Hex CB 87 85 0 21 22 14 2 28 42
Octal 313 207 205 0 41 42 24 2 50 102
Binary 11001011 10000111 10000101 0 100001 100010 10100 10 101000 1000010

Color Harmonies of #CB8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8785

Black with #CB8785

Text Example


Text Example

White with #CB8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8785; }

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

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

background-color css

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

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

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

border-color css

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

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

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