Html Css Color HEX #CB8F87 Oriental Pink

📋 copy color: '#CB8F87'

red 203 ◦ green 143 ◦ blue 135

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

Shades of Oriental Pink #CB8F87

Tints of Oriental Pink #CB8F87

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

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

R = 42.2%
G = 29.73%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB8F87 (or 0xCB8F87) is known color: Oriental Pink. HEX triplet: CB, 8F and 87. RGB value is (203,143,135). Sum of RGB (Red+Green+Blue) = 203+143+135=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8F87 is #347078. Grayscale: #A0A0A0. Windows color (decimal): -3436665 or 8884171. OLE color: 8884171.

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

Color convert

RGB 203 143 135 -
CMYK 0 0.30 0.33 0.20
HSL 7.06º 0.4% 0.66% -
HSV(B) 7.06º 0.33% 0.8% -
XYZ 38.82 34.09 27.46 -
YUV 160.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 203 143 135 0 0.30 0.33 0.20 7.06 0.4 0.66
Hex CB 8F 87 0 1E 21 14 7 28 42
Octal 313 217 207 0 36 41 24 7 50 102
Binary 11001011 10001111 10000111 0 11110 100001 10100 111 101000 1000010

Color Harmonies of #CB8F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F87

Black with #CB8F87

Text Example


Text Example

White with #CB8F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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