Html Css Color HEX #C2918B Oriental Pink

📋 copy color: '#C2918B'

red 194 ◦ green 145 ◦ blue 139

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

Shades of Oriental Pink #C2918B

Tints of Oriental Pink #C2918B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 40.59%
G = 30.33%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2918B (or 0xC2918B) is known color: Oriental Pink. HEX triplet: C2, 91 and 8B. RGB value is (194,145,139). Sum of RGB (Red+Green+Blue) = 194+145+139=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2918B is #3D6E74. Grayscale: #9F9F9F. Windows color (decimal): -4025973 or 9146818. OLE color: 9146818.

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

Color convert

RGB 194 145 139 -
CMYK 0 0.25 0.28 0.24
HSL 6.55º 0.31% 0.65% -
HSV(B) 6.55º 0.28% 0.76% -
XYZ 37.03 33.58 28.96 -
YUV 158.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 194 145 139 0 0.25 0.28 0.24 6.55 0.31 0.65
Hex C2 91 8B 0 19 1C 18 7 1F 41
Octal 302 221 213 0 31 34 30 7 37 101
Binary 11000010 10010001 10001011 0 11001 11100 11000 111 11111 1000001

Color Harmonies of #C2918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2918B

Black with #C2918B

Text Example


Text Example

White with #C2918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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