Html Css Color HEX #C18A87 Oriental Pink

📋 copy color: '#C18A87'

red 193 ◦ green 138 ◦ blue 135

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

Shades of Oriental Pink #C18A87

Tints of Oriental Pink #C18A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 41.42%
G = 29.61%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C18A87 (or 0xC18A87) is known color: Oriental Pink. HEX triplet: C1, 8A and 87. RGB value is (193,138,135). Sum of RGB (Red+Green+Blue) = 193+138+135=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18A87 is #3E7578. Grayscale: #9A9A9A. Windows color (decimal): -4093305 or 8882881. OLE color: 8882881.

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

Color convert

RGB 193 138 135 -
CMYK 0 0.28 0.30 0.24
HSL 3.1º 0.32% 0.64% -
HSV(B) 3.1º 0.3% 0.76% -
XYZ 35.45 31.26 27.09 -
YUV 154.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 193 138 135 0 0.28 0.30 0.24 3.1 0.32 0.64
Hex C1 8A 87 0 1C 1E 18 3 20 40
Octal 301 212 207 0 34 36 30 3 40 100
Binary 11000001 10001010 10000111 0 11100 11110 11000 11 100000 1000000

Color Harmonies of #C18A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A87

Black with #C18A87

Text Example


Text Example

White with #C18A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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