Html Css Color HEX #C18580 Oriental Pink

📋 copy color: '#C18580'

red 193 ◦ green 133 ◦ blue 128

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

Shades of Oriental Pink #C18580

Tints of Oriental Pink #C18580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 42.51%
G = 29.3%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C18580 (or 0xC18580) is known color: Oriental Pink. HEX triplet: C1, 85 and 80. RGB value is (193,133,128). Sum of RGB (Red+Green+Blue) = 193+133+128=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C18580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18580 is #3E7A7F. Grayscale: #969696. Windows color (decimal): -4094592 or 8422849. OLE color: 8422849.

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

Color convert

RGB 193 133 128 -
CMYK 0 0.31 0.34 0.24
HSL 4.62º 0.34% 0.63% -
HSV(B) 4.62º 0.34% 0.76% -
XYZ 34.28 29.67 24.34 -
YUV 150.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 193 133 128 0 0.31 0.34 0.24 4.62 0.34 0.63
Hex C1 85 80 0 1F 22 18 5 22 3F
Octal 301 205 200 0 37 42 30 5 42 77
Binary 11000001 10000101 10000000 0 11111 100010 11000 101 100010 111111

Color Harmonies of #C18580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18580

Black with #C18580

Text Example


Text Example

White with #C18580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18580; }

 p { color: rgb(193,133,128); }

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

background-color css

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

 a { background-color: rgb(193,133,128); }

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

border-color css

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

 span { border-color: rgb(193,133,128); }

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