Html Css Color HEX #C18680 Oriental Pink

📋 copy color: '#C18680'

red 193 ◦ green 134 ◦ blue 128

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

Shades of Oriental Pink #C18680

Tints of Oriental Pink #C18680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.45%

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

R = 42.42%
G = 29.45%
B = 28.13%

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

#C18680 (or 0xC18680) is known color: Oriental Pink. HEX triplet: C1, 86 and 80. RGB value is (193,134,128). Sum of RGB (Red+Green+Blue) = 193+134+128=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C18680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18680 is #3E797F. Grayscale: #979797. Windows color (decimal): -4094336 or 8423105. OLE color: 8423105.

HSL color Cylindrical-coordinate representation of color #C18680: hue angle of 5.54º 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 #C18680 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 134 128 -
CMYK 0 0.31 0.34 0.24
HSL 5.54º 0.34% 0.63% -
HSV(B) 5.54º 0.34% 0.76% -
XYZ 34.41 29.95 24.39 -
YUV 150.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 193 134 128 0 0.31 0.34 0.24 5.54 0.34 0.63
Hex C1 86 80 0 1F 22 18 6 22 3F
Octal 301 206 200 0 37 42 30 6 42 77
Binary 11000001 10000110 10000000 0 11111 100010 11000 110 100010 111111

Color Harmonies of #C18680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18680

Black with #C18680

Text Example


Text Example

White with #C18680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18680; }

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

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

background-color css

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

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

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

border-color css

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

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

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