Html Css Color HEX #C18D88 Oriental Pink

📋 copy color: '#C18D88'

red 193 ◦ green 141 ◦ blue 136

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

Shades of Oriental Pink #C18D88

Tints of Oriental Pink #C18D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 41.06%
G = 30%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C18D88 (or 0xC18D88) is known color: Oriental Pink. HEX triplet: C1, 8D and 88. RGB value is (193,141,136). Sum of RGB (Red+Green+Blue) = 193+141+136=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18D88 is #3E7277. Grayscale: #9C9C9C. Windows color (decimal): -4092536 or 8949185. OLE color: 8949185.

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

Color convert

RGB 193 141 136 -
CMYK 0 0.27 0.30 0.24
HSL 5.26º 0.31% 0.65% -
HSV(B) 5.26º 0.3% 0.76% -
XYZ 35.96 32.16 27.61 -
YUV 155.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 193 141 136 0 0.27 0.30 0.24 5.26 0.31 0.65
Hex C1 8D 88 0 1B 1E 18 5 1F 41
Octal 301 215 210 0 33 36 30 5 37 101
Binary 11000001 10001101 10001000 0 11011 11110 11000 101 11111 1000001

Color Harmonies of #C18D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D88

Black with #C18D88

Text Example


Text Example

White with #C18D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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