Html Css Color HEX #C9948E Oriental Pink

📋 copy color: '#C9948E'

red 201 ◦ green 148 ◦ blue 142

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

Shades of Oriental Pink #C9948E

Tints of Oriental Pink #C9948E

RGB

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

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

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

R = 40.94%
G = 30.14%
B = 28.92%

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

#C9948E (or 0xC9948E) is known color: Oriental Pink. HEX triplet: C9, 94 and 8E. RGB value is (201,148,142). Sum of RGB (Red+Green+Blue) = 201+148+142=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9948E is #366B71. Grayscale: #A3A3A3. Windows color (decimal): -3566450 or 9344201. OLE color: 9344201.

HSL color Cylindrical-coordinate representation of color #C9948E: hue angle of 6.1º 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 #C9948E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 142 -
CMYK 0 0.26 0.29 0.21
HSL 6.1º 0.35% 0.67% -
HSV(B) 6.1º 0.29% 0.79% -
XYZ 39.56 35.55 30.37 -
YUV 163.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 201 148 142 0 0.26 0.29 0.21 6.1 0.35 0.67
Hex C9 94 8E 0 1A 1D 15 6 23 43
Octal 311 224 216 0 32 35 25 6 43 103
Binary 11001001 10010100 10001110 0 11010 11101 10101 110 100011 1000011

Color Harmonies of #C9948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9948E

Black with #C9948E

Text Example


Text Example

White with #C9948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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