Html Css Color HEX #C9928C Oriental Pink

📋 copy color: '#C9928C'

red 201 ◦ green 146 ◦ blue 140

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

Shades of Oriental Pink #C9928C

Tints of Oriental Pink #C9928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.98%

 BLUE value IS 140 (55.08% from 255) = 28.75%

R = 41.27%
G = 29.98%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9928C (or 0xC9928C) is known color: Oriental Pink. HEX triplet: C9, 92 and 8C. RGB value is (201,146,140). Sum of RGB (Red+Green+Blue) = 201+146+140=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9928C is #366D73. Grayscale: #A1A1A1. Windows color (decimal): -3566964 or 9212617. OLE color: 9212617.

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

Color convert

RGB 201 146 140 -
CMYK 0 0.27 0.30 0.21
HSL 5.9º 0.36% 0.67% -
HSV(B) 5.9º 0.3% 0.79% -
XYZ 39.1 34.87 29.48 -
YUV 161.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 201 146 140 0 0.27 0.30 0.21 5.9 0.36 0.67
Hex C9 92 8C 0 1B 1E 15 6 24 43
Octal 311 222 214 0 33 36 25 6 44 103
Binary 11001001 10010010 10001100 0 11011 11110 10101 110 100100 1000011

Color Harmonies of #C9928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9928C

Black with #C9928C

Text Example


Text Example

White with #C9928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9928C; }

 p { color: rgb(201,146,140); }

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

background-color css

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

 a { background-color: rgb(201,146,140); }

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

border-color css

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

 span { border-color: rgb(201,146,140); }

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