Html Css Color HEX #C2938E Oriental Pink

📋 copy color: '#C2938E'

red 194 ◦ green 147 ◦ blue 142

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

Shades of Oriental Pink #C2938E

Tints of Oriental Pink #C2938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.43%

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

R = 40.17%
G = 30.43%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2938E (or 0xC2938E) is known color: Oriental Pink. HEX triplet: C2, 93 and 8E. RGB value is (194,147,142). Sum of RGB (Red+Green+Blue) = 194+147+142=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2938E is #3D6C71. Grayscale: #A0A0A0. Windows color (decimal): -4025458 or 9343938. OLE color: 9343938.

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

Color convert

RGB 194 147 142 -
CMYK 0 0.24 0.27 0.24
HSL 5.77º 0.3% 0.66% -
HSV(B) 5.77º 0.27% 0.76% -
XYZ 37.56 34.29 30.23 -
YUV 160.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 194 147 142 0 0.24 0.27 0.24 5.77 0.3 0.66
Hex C2 93 8E 0 18 1B 18 6 1E 42
Octal 302 223 216 0 30 33 30 6 36 102
Binary 11000010 10010011 10001110 0 11000 11011 11000 110 11110 1000010

Color Harmonies of #C2938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2938E

Black with #C2938E

Text Example


Text Example

White with #C2938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2938E; }

 p { color: rgb(194,147,142); }

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

background-color css

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

 a { background-color: rgb(194,147,142); }

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

border-color css

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

 span { border-color: rgb(194,147,142); }

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