Html Css Color HEX #CB8F88 Oriental Pink

📋 copy color: '#CB8F88'

red 203 ◦ green 143 ◦ blue 136

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

Shades of Oriental Pink #CB8F88

Tints of Oriental Pink #CB8F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 42.12%
G = 29.67%
B = 28.22%

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

#CB8F88 (or 0xCB8F88) is known color: Oriental Pink. HEX triplet: CB, 8F and 88. RGB value is (203,143,136). Sum of RGB (Red+Green+Blue) = 203+143+136=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8F88 is #347077. Grayscale: #A0A0A0. Windows color (decimal): -3436664 or 8949707. OLE color: 8949707.

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

Color convert

RGB 203 143 136 -
CMYK 0 0.30 0.33 0.20
HSL 6.27º 0.39% 0.66% -
HSV(B) 6.27º 0.33% 0.8% -
XYZ 38.9 34.12 27.83 -
YUV 160.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 203 143 136 0 0.30 0.33 0.20 6.27 0.39 0.66
Hex CB 8F 88 0 1E 21 14 6 27 42
Octal 313 217 210 0 36 41 24 6 47 102
Binary 11001011 10001111 10001000 0 11110 100001 10100 110 100111 1000010

Color Harmonies of #CB8F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F88

Black with #CB8F88

Text Example


Text Example

White with #CB8F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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