Html Css Color HEX #CB8C88 Oriental Pink

📋 copy color: '#CB8C88'

red 203 ◦ green 140 ◦ blue 136

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

Shades of Oriental Pink #CB8C88

Tints of Oriental Pink #CB8C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

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

R = 42.38%
G = 29.23%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB8C88 (or 0xCB8C88) is known color: Oriental Pink. HEX triplet: CB, 8C and 88. RGB value is (203,140,136). Sum of RGB (Red+Green+Blue) = 203+140+136=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8C88 is #347377. Grayscale: #9E9E9E. Windows color (decimal): -3437432 or 8948939. OLE color: 8948939.

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

Color convert

RGB 203 140 136 -
CMYK 0 0.31 0.33 0.20
HSL 3.58º 0.39% 0.66% -
HSV(B) 3.58º 0.33% 0.8% -
XYZ 38.45 33.23 27.68 -
YUV 158.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 203 140 136 0 0.31 0.33 0.20 3.58 0.39 0.66
Hex CB 8C 88 0 1F 21 14 4 27 42
Octal 313 214 210 0 37 41 24 4 47 102
Binary 11001011 10001100 10001000 0 11111 100001 10100 100 100111 1000010

Color Harmonies of #CB8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C88

Black with #CB8C88

Text Example


Text Example

White with #CB8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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