Html Css Color HEX #C18A82 Oriental Pink

📋 copy color: '#C18A82'

red 193 ◦ green 138 ◦ blue 130

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

Shades of Oriental Pink #C18A82

Tints of Oriental Pink #C18A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.2%

R = 41.87%
G = 29.93%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C18A82 (or 0xC18A82) is known color: Oriental Pink. HEX triplet: C1, 8A and 82. RGB value is (193,138,130). Sum of RGB (Red+Green+Blue) = 193+138+130=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18A82 is #3E757D. Grayscale: #999999. Windows color (decimal): -4093310 or 8555201. OLE color: 8555201.

HSL color Cylindrical-coordinate representation of color #C18A82: hue angle of 7.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18A82 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 130 -
CMYK 0 0.28 0.33 0.24
HSL 7.62º 0.34% 0.63% -
HSV(B) 7.62º 0.33% 0.76% -
XYZ 35.11 31.13 25.28 -
YUV 153.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 193 138 130 0 0.28 0.33 0.24 7.62 0.34 0.63
Hex C1 8A 82 0 1C 21 18 8 22 3F
Octal 301 212 202 0 34 41 30 10 42 77
Binary 11000001 10001010 10000010 0 11100 100001 11000 1000 100010 111111

Color Harmonies of #C18A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A82

Black with #C18A82

Text Example


Text Example

White with #C18A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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