Html Css Color HEX #CB8B88 Oriental Pink

📋 copy color: '#CB8B88'

red 203 ◦ green 139 ◦ blue 136

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

Shades of Oriental Pink #CB8B88

Tints of Oriental Pink #CB8B88

RGB

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

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

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

R = 42.47%
G = 29.08%
B = 28.45%

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

#CB8B88 (or 0xCB8B88) is known color: Oriental Pink. HEX triplet: CB, 8B and 88. RGB value is (203,139,136). Sum of RGB (Red+Green+Blue) = 203+139+136=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B88 is #347477. Grayscale: #9D9D9D. Windows color (decimal): -3437688 or 8948683. OLE color: 8948683.

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

Color convert

RGB 203 139 136 -
CMYK 0 0.32 0.33 0.20
HSL 2.69º 0.39% 0.66% -
HSV(B) 2.69º 0.33% 0.8% -
XYZ 38.31 32.94 27.63 -
YUV 157.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 203 139 136 0 0.32 0.33 0.20 2.69 0.39 0.66
Hex CB 8B 88 0 20 21 14 3 27 42
Octal 313 213 210 0 40 41 24 3 47 102
Binary 11001011 10001011 10001000 0 100000 100001 10100 11 100111 1000010

Color Harmonies of #CB8B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8B88

Black with #CB8B88

Text Example


Text Example

White with #CB8B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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