Html Css Color HEX #CB8D87 Oriental Pink

📋 copy color: '#CB8D87'

red 203 ◦ green 141 ◦ blue 135

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

Shades of Oriental Pink #CB8D87

Tints of Oriental Pink #CB8D87

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 42.38%
G = 29.44%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB8D87 (or 0xCB8D87) is known color: Oriental Pink. HEX triplet: CB, 8D and 87. RGB value is (203,141,135). Sum of RGB (Red+Green+Blue) = 203+141+135=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D87 is #347278. Grayscale: #9E9E9E. Windows color (decimal): -3437177 or 8883659. OLE color: 8883659.

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

Color convert

RGB 203 141 135 -
CMYK 0 0.31 0.33 0.20
HSL 5.29º 0.4% 0.66% -
HSV(B) 5.29º 0.33% 0.8% -
XYZ 38.53 33.5 27.36 -
YUV 158.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 203 141 135 0 0.31 0.33 0.20 5.29 0.4 0.66
Hex CB 8D 87 0 1F 21 14 5 28 42
Octal 313 215 207 0 37 41 24 5 50 102
Binary 11001011 10001101 10000111 0 11111 100001 10100 101 101000 1000010

Color Harmonies of #CB8D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8D87

Black with #CB8D87

Text Example


Text Example

White with #CB8D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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