Html Css Color HEX #C9948F Oriental Pink

📋 copy color: '#C9948F'

red 201 ◦ green 148 ◦ blue 143

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

Shades of Oriental Pink #C9948F

Tints of Oriental Pink #C9948F

RGB

 RED value IS 201 (78.91% from 255) = 40.85%

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

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

R = 40.85%
G = 30.08%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9948F (or 0xC9948F) is known color: Oriental Pink. HEX triplet: C9, 94 and 8F. RGB value is (201,148,143). Sum of RGB (Red+Green+Blue) = 201+148+143=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9948F is #366B70. Grayscale: #A3A3A3. Windows color (decimal): -3566449 or 9409737. OLE color: 9409737.

HSL color Cylindrical-coordinate representation of color #C9948F: hue angle of 5.17º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9948F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 143 -
CMYK 0 0.26 0.29 0.21
HSL 5.17º 0.35% 0.67% -
HSV(B) 5.17º 0.29% 0.79% -
XYZ 39.64 35.58 30.77 -
YUV 163.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 201 148 143 0 0.26 0.29 0.21 5.17 0.35 0.67
Hex C9 94 8F 0 1A 1D 15 5 23 43
Octal 311 224 217 0 32 35 25 5 43 103
Binary 11001001 10010100 10001111 0 11010 11101 10101 101 100011 1000011

Color Harmonies of #C9948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9948F

Black with #C9948F

Text Example


Text Example

White with #C9948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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