Html Css Color HEX #C2918D Oriental Pink

📋 copy color: '#C2918D'

red 194 ◦ green 145 ◦ blue 141

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

Shades of Oriental Pink #C2918D

Tints of Oriental Pink #C2918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.21%

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

R = 40.42%
G = 30.21%
B = 29.38%

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

#C2918D (or 0xC2918D) is known color: Oriental Pink. HEX triplet: C2, 91 and 8D. RGB value is (194,145,141). Sum of RGB (Red+Green+Blue) = 194+145+141=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2918D is #3D6E72. Grayscale: #9F9F9F. Windows color (decimal): -4025971 or 9277890. OLE color: 9277890.

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

Color convert

RGB 194 145 141 -
CMYK 0 0.25 0.27 0.24
HSL 4.53º 0.3% 0.66% -
HSV(B) 4.53º 0.27% 0.76% -
XYZ 37.18 33.64 29.73 -
YUV 159.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 194 145 141 0 0.25 0.27 0.24 4.53 0.3 0.66
Hex C2 91 8D 0 19 1B 18 5 1E 42
Octal 302 221 215 0 31 33 30 5 36 102
Binary 11000010 10010001 10001101 0 11001 11011 11000 101 11110 1000010

Color Harmonies of #C2918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2918D

Black with #C2918D

Text Example


Text Example

White with #C2918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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