Html Css Color HEX #C1908A Oriental Pink

📋 copy color: '#C1908A'

red 193 ◦ green 144 ◦ blue 138

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

Shades of Oriental Pink #C1908A

Tints of Oriental Pink #C1908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 40.63%
G = 30.32%
B = 29.05%

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

#C1908A (or 0xC1908A) is known color: Oriental Pink. HEX triplet: C1, 90 and 8A. RGB value is (193,144,138). Sum of RGB (Red+Green+Blue) = 193+144+138=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1908A is #3E6F75. Grayscale: #9E9E9E. Windows color (decimal): -4091766 or 9081025. OLE color: 9081025.

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

Color convert

RGB 193 144 138 -
CMYK 0 0.25 0.28 0.24
HSL 6.55º 0.31% 0.65% -
HSV(B) 6.55º 0.28% 0.76% -
XYZ 36.55 33.12 28.51 -
YUV 157.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 193 144 138 0 0.25 0.28 0.24 6.55 0.31 0.65
Hex C1 90 8A 0 19 1C 18 7 1F 41
Octal 301 220 212 0 31 34 30 7 37 101
Binary 11000001 10010000 10001010 0 11001 11100 11000 111 11111 1000001

Color Harmonies of #C1908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1908A

Black with #C1908A

Text Example


Text Example

White with #C1908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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