Html Css Color HEX #CB948E Oriental Pink

📋 copy color: '#CB948E'

red 203 ◦ green 148 ◦ blue 142

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

Shades of Oriental Pink #CB948E

Tints of Oriental Pink #CB948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 41.18%
G = 30.02%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB948E (or 0xCB948E) is known color: Oriental Pink. HEX triplet: CB, 94 and 8E. RGB value is (203,148,142). Sum of RGB (Red+Green+Blue) = 203+148+142=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB948E is #346B71. Grayscale: #A3A3A3. Windows color (decimal): -3435378 or 9344203. OLE color: 9344203.

HSL color Cylindrical-coordinate representation of color #CB948E: hue angle of 5.9º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB948E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 142 -
CMYK 0 0.27 0.30 0.20
HSL 5.9º 0.37% 0.68% -
HSV(B) 5.9º 0.3% 0.8% -
XYZ 40.1 35.83 30.39 -
YUV 163.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 203 148 142 0 0.27 0.30 0.20 5.9 0.37 0.68
Hex CB 94 8E 0 1B 1E 14 6 25 44
Octal 313 224 216 0 33 36 24 6 45 104
Binary 11001011 10010100 10001110 0 11011 11110 10100 110 100101 1000100

Color Harmonies of #CB948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB948E

Black with #CB948E

Text Example


Text Example

White with #CB948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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