Html Css Color HEX #CB948B Oriental Pink

📋 copy color: '#CB948B'

red 203 ◦ green 148 ◦ blue 139

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

Shades of Oriental Pink #CB948B

Tints of Oriental Pink #CB948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 41.43%
G = 30.2%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB948B (or 0xCB948B) is known color: Oriental Pink. HEX triplet: CB, 94 and 8B. RGB value is (203,148,139). Sum of RGB (Red+Green+Blue) = 203+148+139=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB948B is #346B74. Grayscale: #A3A3A3. Windows color (decimal): -3435381 or 9147595. OLE color: 9147595.

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

Color convert

RGB 203 148 139 -
CMYK 0 0.27 0.32 0.20
HSL 8.44º 0.38% 0.67% -
HSV(B) 8.44º 0.32% 0.8% -
XYZ 39.88 35.74 29.22 -
YUV 163.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 203 148 139 0 0.27 0.32 0.20 8.44 0.38 0.67
Hex CB 94 8B 0 1B 20 14 8 26 43
Octal 313 224 213 0 33 40 24 10 46 103
Binary 11001011 10010100 10001011 0 11011 100000 10100 1000 100110 1000011

Color Harmonies of #CB948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB948B

Black with #CB948B

Text Example


Text Example

White with #CB948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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