Html Css Color HEX #C2928D Oriental Pink

📋 copy color: '#C2928D'

red 194 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #C2928D

Tints of Oriental Pink #C2928D

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

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

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 40.33%
G = 30.35%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2928D (or 0xC2928D) is known color: Oriental Pink. HEX triplet: C2, 92 and 8D. RGB value is (194,146,141). Sum of RGB (Red+Green+Blue) = 194+146+141=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2928D is #3D6D72. Grayscale: #9F9F9F. Windows color (decimal): -4025715 or 9278146. OLE color: 9278146.

HSL color Cylindrical-coordinate representation of color #C2928D: hue angle of 5.66º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2928D is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 141 -
CMYK 0 0.25 0.27 0.24
HSL 5.66º 0.3% 0.66% -
HSV(B) 5.66º 0.27% 0.76% -
XYZ 37.33 33.95 29.78 -
YUV 159.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 194 146 141 0 0.25 0.27 0.24 5.66 0.3 0.66
Hex C2 92 8D 0 19 1B 18 6 1E 42
Octal 302 222 215 0 31 33 30 6 36 102
Binary 11000010 10010010 10001101 0 11001 11011 11000 110 11110 1000010

Color Harmonies of #C2928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2928D

Black with #C2928D

Text Example


Text Example

White with #C2928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2928D; }

 p { color: rgb(194,146,141); }

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

background-color css

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

 a { background-color: rgb(194,146,141); }

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

border-color css

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

 span { border-color: rgb(194,146,141); }

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