Html Css Color HEX #CB8988 Oriental Pink

📋 copy color: '#CB8988'

red 203 ◦ green 137 ◦ blue 136

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

Shades of Oriental Pink #CB8988

Tints of Oriental Pink #CB8988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

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

R = 42.65%
G = 28.78%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB8988 (or 0xCB8988) is known color: Oriental Pink. HEX triplet: CB, 89 and 88. RGB value is (203,137,136). Sum of RGB (Red+Green+Blue) = 203+137+136=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8988 is #347677. Grayscale: #9C9C9C. Windows color (decimal): -3438200 or 8948171. OLE color: 8948171.

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

Color convert

RGB 203 137 136 -
CMYK 0 0.33 0.33 0.20
HSL 0.9º 0.39% 0.66% -
HSV(B) 0.9º 0.33% 0.8% -
XYZ 38.02 32.37 27.54 -
YUV 156.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 203 137 136 0 0.33 0.33 0.20 0.9 0.39 0.66
Hex CB 89 88 0 21 21 14 1 27 42
Octal 313 211 210 0 41 41 24 1 47 102
Binary 11001011 10001001 10001000 0 100001 100001 10100 1 100111 1000010

Color Harmonies of #CB8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8988

Black with #CB8988

Text Example


Text Example

White with #CB8988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8988; }

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

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

background-color css

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

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

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

border-color css

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

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

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