Html Css Color HEX #CB8F8D Oriental Pink

📋 copy color: '#CB8F8D'

red 203 ◦ green 143 ◦ blue 141

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

Shades of Oriental Pink #CB8F8D

Tints of Oriental Pink #CB8F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 41.68%
G = 29.36%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB8F8D (or 0xCB8F8D) is known color: Oriental Pink. HEX triplet: CB, 8F and 8D. RGB value is (203,143,141). Sum of RGB (Red+Green+Blue) = 203+143+141=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8F8D is #347072. Grayscale: #A0A0A0. Windows color (decimal): -3436659 or 9277387. OLE color: 9277387.

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

Color convert

RGB 203 143 141 -
CMYK 0 0.30 0.31 0.20
HSL 1.94º 0.37% 0.67% -
HSV(B) 1.94º 0.31% 0.8% -
XYZ 39.26 34.26 29.74 -
YUV 160.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 203 143 141 0 0.30 0.31 0.20 1.94 0.37 0.67
Hex CB 8F 8D 0 1E 1F 14 2 25 43
Octal 313 217 215 0 36 37 24 2 45 103
Binary 11001011 10001111 10001101 0 11110 11111 10100 10 100101 1000011

Color Harmonies of #CB8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F8D

Black with #CB8F8D

Text Example


Text Example

White with #CB8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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