Html Css Color HEX #C1908D Oriental Pink

📋 copy color: '#C1908D'

red 193 ◦ green 144 ◦ blue 141

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

Shades of Oriental Pink #C1908D

Tints of Oriental Pink #C1908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

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

R = 40.38%
G = 30.13%
B = 29.5%

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

#C1908D (or 0xC1908D) is known color: Oriental Pink. HEX triplet: C1, 90 and 8D. RGB value is (193,144,141). Sum of RGB (Red+Green+Blue) = 193+144+141=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1908D is #3E6F72. Grayscale: #9E9E9E. Windows color (decimal): -4091763 or 9277633. OLE color: 9277633.

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

Color convert

RGB 193 144 141 -
CMYK 0 0.25 0.27 0.24
HSL 3.46º 0.3% 0.65% -
HSV(B) 3.46º 0.27% 0.76% -
XYZ 36.77 33.21 29.67 -
YUV 158.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 193 144 141 0 0.25 0.27 0.24 3.46 0.3 0.65
Hex C1 90 8D 0 19 1B 18 3 1E 41
Octal 301 220 215 0 31 33 30 3 36 101
Binary 11000001 10010000 10001101 0 11001 11011 11000 11 11110 1000001

Color Harmonies of #C1908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1908D

Black with #C1908D

Text Example


Text Example

White with #C1908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1908D; }

 p { color: rgb(193,144,141); }

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

background-color css

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

 a { background-color: rgb(193,144,141); }

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

border-color css

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

 span { border-color: rgb(193,144,141); }

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