Html Css Color HEX #CB948F Oriental Pink

📋 copy color: '#CB948F'

red 203 ◦ green 148 ◦ blue 143

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

Shades of Oriental Pink #CB948F

Tints of Oriental Pink #CB948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.95%

R = 41.09%
G = 29.96%
B = 28.95%

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

#CB948F (or 0xCB948F) is known color: Oriental Pink. HEX triplet: CB, 94 and 8F. RGB value is (203,148,143). Sum of RGB (Red+Green+Blue) = 203+148+143=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB948F is #346B70. Grayscale: #A3A3A3. Windows color (decimal): -3435377 or 9409739. OLE color: 9409739.

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

Color convert

RGB 203 148 143 -
CMYK 0 0.27 0.30 0.20
HSL 0.37% 0.68% -
HSV(B) 0.3% 0.8% -
XYZ 40.18 35.86 30.79 -
YUV 163.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 203 148 143 0 0.27 0.30 0.20 5 0.37 0.68
Hex CB 94 8F 0 1B 1E 14 5 25 44
Octal 313 224 217 0 33 36 24 5 45 104
Binary 11001011 10010100 10001111 0 11011 11110 10100 101 100101 1000100

Color Harmonies of #CB948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB948F

Black with #CB948F

Text Example


Text Example

White with #CB948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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