Html Css Color HEX #CB8E8A Oriental Pink

📋 copy color: '#CB8E8A'

red 203 ◦ green 142 ◦ blue 138

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

Shades of Oriental Pink #CB8E8A

Tints of Oriental Pink #CB8E8A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.4%

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 42.03%
G = 29.4%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB8E8A (or 0xCB8E8A) is known color: Oriental Pink. HEX triplet: CB, 8E and 8A. RGB value is (203,142,138). Sum of RGB (Red+Green+Blue) = 203+142+138=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8E8A is #347175. Grayscale: #9F9F9F. Windows color (decimal): -3436918 or 9080523. OLE color: 9080523.

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

Color convert

RGB 203 142 138 -
CMYK 0 0.30 0.32 0.20
HSL 3.69º 0.38% 0.67% -
HSV(B) 3.69º 0.32% 0.8% -
XYZ 38.89 33.88 28.53 -
YUV 159.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 203 142 138 0 0.30 0.32 0.20 3.69 0.38 0.67
Hex CB 8E 8A 0 1E 20 14 4 26 43
Octal 313 216 212 0 36 40 24 4 46 103
Binary 11001011 10001110 10001010 0 11110 100000 10100 100 100110 1000011

Color Harmonies of #CB8E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8E8A

Black with #CB8E8A

Text Example


Text Example

White with #CB8E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8E8A; }

 p { color: rgb(203,142,138); }

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

background-color css

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

 a { background-color: rgb(203,142,138); }

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

border-color css

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

 span { border-color: rgb(203,142,138); }

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