Html Css Color HEX #C1918B Oriental Pink

📋 copy color: '#C1918B'

red 193 ◦ green 145 ◦ blue 139

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

Shades of Oriental Pink #C1918B

Tints of Oriental Pink #C1918B

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

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

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

R = 40.46%
G = 30.4%
B = 29.14%

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

#C1918B (or 0xC1918B) is known color: Oriental Pink. HEX triplet: C1, 91 and 8B. RGB value is (193,145,139). Sum of RGB (Red+Green+Blue) = 193+145+139=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1918B is #3E6E74. Grayscale: #9E9E9E. Windows color (decimal): -4091509 or 9146817. OLE color: 9146817.

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

Color convert

RGB 193 145 139 -
CMYK 0 0.25 0.28 0.24
HSL 6.67º 0.3% 0.65% -
HSV(B) 6.67º 0.28% 0.76% -
XYZ 36.78 33.45 28.94 -
YUV 158.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 193 145 139 0 0.25 0.28 0.24 6.67 0.3 0.65
Hex C1 91 8B 0 19 1C 18 7 1E 41
Octal 301 221 213 0 31 34 30 7 36 101
Binary 11000001 10010001 10001011 0 11001 11100 11000 111 11110 1000001

Color Harmonies of #C1918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1918B

Black with #C1918B

Text Example


Text Example

White with #C1918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1918B; }

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

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

background-color css

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

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

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

border-color css

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

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

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