Html Css Color HEX #CB8B87 Oriental Pink

📋 copy color: '#CB8B87'

red 203 ◦ green 139 ◦ blue 135

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

Shades of Oriental Pink #CB8B87

Tints of Oriental Pink #CB8B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 42.56%
G = 29.14%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB8B87 (or 0xCB8B87) is known color: Oriental Pink. HEX triplet: CB, 8B and 87. RGB value is (203,139,135). Sum of RGB (Red+Green+Blue) = 203+139+135=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B87 is #347478. Grayscale: #9D9D9D. Windows color (decimal): -3437689 or 8883147. OLE color: 8883147.

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

Color convert

RGB 203 139 135 -
CMYK 0 0.32 0.33 0.20
HSL 3.53º 0.4% 0.66% -
HSV(B) 3.53º 0.33% 0.8% -
XYZ 38.23 32.91 27.26 -
YUV 157.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 203 139 135 0 0.32 0.33 0.20 3.53 0.4 0.66
Hex CB 8B 87 0 20 21 14 4 28 42
Octal 313 213 207 0 40 41 24 4 50 102
Binary 11001011 10001011 10000111 0 100000 100001 10100 100 101000 1000010

Color Harmonies of #CB8B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B87

Black with #CB8B87

Text Example


Text Example

White with #CB8B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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